Method | Description | |
---|---|---|
AddBindingParameters ( ServiceEndpoint endpoint, BindingParameterCollection bindingParameters ) : void | ||
ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void | ||
ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void | ||
Validate ( ServiceEndpoint endpoint ) : void |
public AddBindingParameters ( ServiceEndpoint endpoint, BindingParameterCollection bindingParameters ) : void | ||
endpoint | ServiceEndpoint | |
bindingParameters | BindingParameterCollection | |
return | void |
public ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void | ||
endpoint | ServiceEndpoint | |
clientRuntime | ClientRuntime | |
return | void |
public ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void | ||
endpoint | ServiceEndpoint | |
endpointDispatcher | EndpointDispatcher | |
return | void |
public Validate ( ServiceEndpoint endpoint ) : void | ||
endpoint | ServiceEndpoint | |
return | void |