Share via


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

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.