C# Класс System.ServiceModel.Description.WebHttpBehavior

Наследование: IEndpointBehavior, IWmiInstanceProvider
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddBindingParameters ( ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
WebHttpBehavior ( ) : System

Защищенные методы

Метод Описание
AddServerErrorHandlers ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
GetOperationSelector ( ServiceEndpoint endpoint ) : System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector
GetQueryStringConverter ( OperationDescription operationDescription ) : System.ServiceModel.Dispatcher.QueryStringConverter
GetReplyClientFormatter ( OperationDescription operationDescription, ServiceEndpoint endpoint ) : IClientMessageFormatter
GetReplyDispatchFormatter ( OperationDescription operationDescription, ServiceEndpoint endpoint ) : IDispatchMessageFormatter
GetRequestClientFormatter ( OperationDescription operationDescription, ServiceEndpoint endpoint ) : IClientMessageFormatter
GetRequestDispatchFormatter ( OperationDescription operationDescription, ServiceEndpoint endpoint ) : IDispatchMessageFormatter
ValidateBinding ( ServiceEndpoint endpoint ) : void
ValidateOperation ( OperationDescription operation ) : void

Приватные методы

Метод Описание
AddClientErrorInspector ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
GetBodyStyle ( System.ServiceModel.Web.WebAttributeInfo wai ) : WebMessageBodyStyle
Validate ( ServiceEndpoint endpoint ) : void

Описание методов

AddBindingParameters() публичный Метод

public AddBindingParameters ( ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
endpoint ServiceEndpoint
bindingParameters System.ServiceModel.Channels.BindingParameterCollection
Результат void

AddServerErrorHandlers() защищенный Метод

protected AddServerErrorHandlers ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
endpoint ServiceEndpoint
endpointDispatcher System.ServiceModel.Dispatcher.EndpointDispatcher
Результат void

ApplyClientBehavior() публичный Метод

public ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
endpoint ServiceEndpoint
clientRuntime System.ServiceModel.Dispatcher.ClientRuntime
Результат void

ApplyDispatchBehavior() публичный Метод

public ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
endpoint ServiceEndpoint
endpointDispatcher System.ServiceModel.Dispatcher.EndpointDispatcher
Результат void

GetOperationSelector() защищенный Метод

protected GetOperationSelector ( ServiceEndpoint endpoint ) : System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector
endpoint ServiceEndpoint
Результат System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector

GetQueryStringConverter() защищенный Метод

protected GetQueryStringConverter ( OperationDescription operationDescription ) : System.ServiceModel.Dispatcher.QueryStringConverter
operationDescription OperationDescription
Результат System.ServiceModel.Dispatcher.QueryStringConverter

GetReplyClientFormatter() защищенный Метод

protected GetReplyClientFormatter ( OperationDescription operationDescription, ServiceEndpoint endpoint ) : IClientMessageFormatter
operationDescription OperationDescription
endpoint ServiceEndpoint
Результат IClientMessageFormatter

GetReplyDispatchFormatter() защищенный Метод

protected GetReplyDispatchFormatter ( OperationDescription operationDescription, ServiceEndpoint endpoint ) : IDispatchMessageFormatter
operationDescription OperationDescription
endpoint ServiceEndpoint
Результат IDispatchMessageFormatter

GetRequestClientFormatter() защищенный Метод

protected GetRequestClientFormatter ( OperationDescription operationDescription, ServiceEndpoint endpoint ) : IClientMessageFormatter
operationDescription OperationDescription
endpoint ServiceEndpoint
Результат IClientMessageFormatter

GetRequestDispatchFormatter() защищенный Метод

protected GetRequestDispatchFormatter ( OperationDescription operationDescription, ServiceEndpoint endpoint ) : IDispatchMessageFormatter
operationDescription OperationDescription
endpoint ServiceEndpoint
Результат IDispatchMessageFormatter

ValidateBinding() защищенный Метод

protected ValidateBinding ( ServiceEndpoint endpoint ) : void
endpoint ServiceEndpoint
Результат void

ValidateOperation() защищенный Метод

protected ValidateOperation ( OperationDescription operation ) : void
operation OperationDescription
Результат void

WebHttpBehavior() публичный Метод

public WebHttpBehavior ( ) : System
Результат System