WebHttpBehavior::GetQueryStringConverter Method (OperationDescription^)

 

Gets the query string converter.

Namespace:   System.ServiceModel.Description
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.

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
Return to top
Show: