WebHttpBehavior.GetQueryStringConverter Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the query string converter.
Namespace: System.ServiceModel.Description
Assembly: System.ServiceModel.Web.Extensions (in System.ServiceModel.Web.Extensions.dll)
Syntax
'Declaration
Protected Overridable Function GetQueryStringConverter ( _
operationDescription As OperationDescription _
) As QueryStringConverter
protected virtual QueryStringConverter GetQueryStringConverter(
OperationDescription operationDescription
)
Parameters
- operationDescription
Type: System.ServiceModel.Description.OperationDescription
A contract that characterizes an operation in terms of the messages it exchanges.
Return Value
Type: System.ServiceModel.Dispatcher.QueryStringConverter
A QueryStringConverter instance.
Remarks
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.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.