Method | Description | |
---|---|---|
AddBindingParameters ( |
Passes data at runtime to bindings to support custom behavior.
|
|
ApplyClientBehavior ( |
Implements a modification or extension of the client across an endpoint.
|
|
ApplyDispatchBehavior ( |
Implements a modification or extension of the service across an endpoint.
|
|
MaximumFaultMessageSize ( int size ) : System.ServiceModel.Channels |
Initializes a new instance of the MaximumFaultMessageSize class.
|
|
Validate ( |
Confirm that the endpoint meets some intended criteria.
|
public AddBindingParameters ( |
||
endpoint | ||
bindingParameters | System.ServiceModel.Channels.BindingParameterCollection | |
return | void |
public ApplyClientBehavior ( |
||
endpoint | ||
clientRuntime | ||
return | void |
public ApplyDispatchBehavior ( |
||
endpoint | ||
endpointDispatcher | ||
return | void |
public MaximumFaultMessageSize ( int size ) : System.ServiceModel.Channels | ||
size | int | |
return | System.ServiceModel.Channels |
public Validate ( |
||
endpoint | ||
return | void |