C# Класс SoapXmlMessages.InterceptMessageBehavior

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

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

Метод Описание
AddBindingParameters ( ServiceEndpoint endpoint, System parameters ) : void
ApplyClientBehavior ( ServiceEndpoint serviceEndpoint, ClientRuntime behavior ) : void
ApplyDispatchBehavior ( ServiceEndpoint serviceEndpoint, EndpointDispatcher dispatcher ) : void
InterceptMessageBehavior ( IClientMessageInspector messageInspector ) : System
Validate ( ServiceEndpoint serviceEndpoint ) : void

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

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

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

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

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

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

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

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

public InterceptMessageBehavior ( IClientMessageInspector messageInspector ) : System
messageInspector IClientMessageInspector
Результат System

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

public Validate ( ServiceEndpoint serviceEndpoint ) : void
serviceEndpoint System.ServiceModel.Description.ServiceEndpoint
Результат void