* ServiceThrottlingBehavior.cs : implement Validate() (nothing to do here). svn path=/trunk/mcs/; revision=135825
@@ -1,3 +1,8 @@
+2009-06-10 Atsushi Enomoto <[email protected]>
+
+ * ServiceThrottlingBehavior.cs : implement Validate() (nothing to do
+ here).
2009-06-09 Atsushi Enomoto <[email protected]>
* ServiceThrottlingBehavior.cs : implement.
@@ -94,7 +94,6 @@ namespace System.ServiceModel.Description
ServiceDescription description,
ServiceHostBase serviceHostBase)
{
- throw new NotImplementedException ();
}