WebHttpBehavior::GetQueryStringConverter Method (OperationDescription^)
.NET Framework (current version)
Gets the query string converter.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
protected: virtual QueryStringConverter^ GetQueryStringConverter( OperationDescription^ operationDescription )
Parameters
- operationDescription
-
Type:
System.ServiceModel.Description::OperationDescription^
The service operation.
Return Value
Type: System.ServiceModel.Dispatcher::QueryStringConverter^A QueryStringConverter instance.
This is an extensibility point that derived behaviors can use to supply their own implementation of QueryStringConverter that can convert the service operation parameter types to and from the HTTP request URL's query string.
.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Available since 3.5
Silverlight
Available since 4.0
Show: