C# Class System.ServiceModel.Description.WebHttpBehavior

Inheritance: IEndpointBehavior, IWmiInstanceProvider
Mostra file Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
AddBindingParameters ( ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
WebHttpBehavior ( ) : System

Protected Methods

Method Description
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

Private Methods

Method Description
AddClientErrorInspector ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
GetBodyStyle ( System.ServiceModel.Web.WebAttributeInfo wai ) : WebMessageBodyStyle
Validate ( ServiceEndpoint endpoint ) : void

Method Details

AddBindingParameters() public method

public AddBindingParameters ( ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
endpoint ServiceEndpoint
bindingParameters System.ServiceModel.Channels.BindingParameterCollection
return void

AddServerErrorHandlers() protected method

protected AddServerErrorHandlers ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
endpoint ServiceEndpoint
endpointDispatcher System.ServiceModel.Dispatcher.EndpointDispatcher
return void

ApplyClientBehavior() public method

public ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
endpoint ServiceEndpoint
clientRuntime System.ServiceModel.Dispatcher.ClientRuntime
return void

ApplyDispatchBehavior() public method

public ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
endpoint ServiceEndpoint
endpointDispatcher System.ServiceModel.Dispatcher.EndpointDispatcher
return void

GetOperationSelector() protected method

protected GetOperationSelector ( ServiceEndpoint endpoint ) : System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector
endpoint ServiceEndpoint
return System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector

GetQueryStringConverter() protected method

protected GetQueryStringConverter ( OperationDescription operationDescription ) : System.ServiceModel.Dispatcher.QueryStringConverter
operationDescription OperationDescription
return System.ServiceModel.Dispatcher.QueryStringConverter

GetReplyClientFormatter() protected method

protected GetReplyClientFormatter ( OperationDescription operationDescription, ServiceEndpoint endpoint ) : IClientMessageFormatter
operationDescription OperationDescription
endpoint ServiceEndpoint
return IClientMessageFormatter

GetReplyDispatchFormatter() protected method

protected GetReplyDispatchFormatter ( OperationDescription operationDescription, ServiceEndpoint endpoint ) : IDispatchMessageFormatter
operationDescription OperationDescription
endpoint ServiceEndpoint
return IDispatchMessageFormatter

GetRequestClientFormatter() protected method

protected GetRequestClientFormatter ( OperationDescription operationDescription, ServiceEndpoint endpoint ) : IClientMessageFormatter
operationDescription OperationDescription
endpoint ServiceEndpoint
return IClientMessageFormatter

GetRequestDispatchFormatter() protected method

protected GetRequestDispatchFormatter ( OperationDescription operationDescription, ServiceEndpoint endpoint ) : IDispatchMessageFormatter
operationDescription OperationDescription
endpoint ServiceEndpoint
return IDispatchMessageFormatter

ValidateBinding() protected method

protected ValidateBinding ( ServiceEndpoint endpoint ) : void
endpoint ServiceEndpoint
return void

ValidateOperation() protected method

protected ValidateOperation ( OperationDescription operation ) : void
operation OperationDescription
return void

WebHttpBehavior() public method

public WebHttpBehavior ( ) : System
return System