Browse Source

2009-08-06 Atsushi Enomoto <[email protected]>

	* WebScriptEnablingBehavior.cs : revert GetQueryStringConverter().
	  (MSDN missing entry issue.)


svn path=/trunk/mcs/; revision=139461
Atsushi Eno 16 years ago
parent
commit
e4b8b41c57

+ 5 - 0
mcs/class/System.ServiceModel.Web/System.ServiceModel.Description/ChangeLog

@@ -1,3 +1,8 @@
+2009-08-06  Atsushi Enomoto  <[email protected]>
+
+	* WebScriptEnablingBehavior.cs : revert GetQueryStringConverter().
+	  (MSDN missing entry issue.)
+
 2009-08-05  Atsushi Enomoto  <[email protected]>
 
 	* WebHttpBehavior.cs, WebScriptEnablingBehavior.cs :

+ 6 - 0
mcs/class/System.ServiceModel.Web/System.ServiceModel.Description/WebScriptEnablingBehavior.cs

@@ -67,6 +67,12 @@ namespace System.ServiceModel.Description
 		{
 		}
 
+		[MonoTODO]
+		protected override QueryStringConverter GetQueryStringConverter (OperationDescription operationDescription)
+		{
+			throw new NotImplementedException ();
+		}
+
 		[MonoTODO ("add non-XmlSerializer-ness check (but where?)")]
 		public override void Validate (ServiceEndpoint endpoint)
 		{