C# Class System.ServiceModel.Description.WebHttpBehavior

Inheritance: IEndpointBehavior, IWmiInstanceProvider
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode 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

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

Method Details

AddBindingParameters() public méthode

public AddBindingParameters ( ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
endpoint ServiceEndpoint
bindingParameters System.ServiceModel.Channels.BindingParameterCollection
Résultat void

AddServerErrorHandlers() protected méthode

protected AddServerErrorHandlers ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
endpoint ServiceEndpoint
endpointDispatcher System.ServiceModel.Dispatcher.EndpointDispatcher
Résultat void

ApplyClientBehavior() public méthode

public ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
endpoint ServiceEndpoint
clientRuntime System.ServiceModel.Dispatcher.ClientRuntime
Résultat void

ApplyDispatchBehavior() public méthode

public ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
endpoint ServiceEndpoint
endpointDispatcher System.ServiceModel.Dispatcher.EndpointDispatcher
Résultat void

GetOperationSelector() protected méthode

protected GetOperationSelector ( ServiceEndpoint endpoint ) : System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector
endpoint ServiceEndpoint
Résultat System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector

GetQueryStringConverter() protected méthode

protected GetQueryStringConverter ( OperationDescription operationDescription ) : System.ServiceModel.Dispatcher.QueryStringConverter
operationDescription OperationDescription
Résultat System.ServiceModel.Dispatcher.QueryStringConverter

GetReplyClientFormatter() protected méthode

protected GetReplyClientFormatter ( OperationDescription operationDescription, ServiceEndpoint endpoint ) : IClientMessageFormatter
operationDescription OperationDescription
endpoint ServiceEndpoint
Résultat IClientMessageFormatter

GetReplyDispatchFormatter() protected méthode

protected GetReplyDispatchFormatter ( OperationDescription operationDescription, ServiceEndpoint endpoint ) : IDispatchMessageFormatter
operationDescription OperationDescription
endpoint ServiceEndpoint
Résultat IDispatchMessageFormatter

GetRequestClientFormatter() protected méthode

protected GetRequestClientFormatter ( OperationDescription operationDescription, ServiceEndpoint endpoint ) : IClientMessageFormatter
operationDescription OperationDescription
endpoint ServiceEndpoint
Résultat IClientMessageFormatter

GetRequestDispatchFormatter() protected méthode

protected GetRequestDispatchFormatter ( OperationDescription operationDescription, ServiceEndpoint endpoint ) : IDispatchMessageFormatter
operationDescription OperationDescription
endpoint ServiceEndpoint
Résultat IDispatchMessageFormatter

ValidateBinding() protected méthode

protected ValidateBinding ( ServiceEndpoint endpoint ) : void
endpoint ServiceEndpoint
Résultat void

ValidateOperation() protected méthode

protected ValidateOperation ( OperationDescription operation ) : void
operation OperationDescription
Résultat void

WebHttpBehavior() public méthode

public WebHttpBehavior ( ) : System
Résultat System