The following tables list the members exposed by BaseBinding.
Name | Description | |
---|---|---|
CloseTimeout | Gets or sets the interval of time provided for a connection to close before the transport raises an exception. (Inherited from System.ServiceModel.Channels.Binding) | |
MessageContext | ||
MessageVersion | Gets the message version used by clients and services configured with the binding. (Inherited from System.ServiceModel.Channels.Binding) | |
Name | Gets or sets the name of the binding. (Inherited from System.ServiceModel.Channels.Binding) | |
Namespace | Gets or sets the XML namespace of the binding. (Inherited from System.ServiceModel.Channels.Binding) | |
OpenTimeout | Gets or sets the interval of time provided for a connection to open before the transport raises an exception. (Inherited from System.ServiceModel.Channels.Binding) | |
ReceiveTimeout | Gets or sets the interval of time that a connection can remain inactive, during which no application messages are received, before it is dropped. (Inherited from System.ServiceModel.Channels.Binding) | |
Scheme | When implemented in a derived class, sets the URI scheme that specifies the transport used by the channel and listener factories that are built by the bindings. (Inherited from System.ServiceModel.Channels.Binding) | |
SendTimeout | Gets or sets the interval of time provided for a write operation to complete before the transport raises an exception. (Inherited from System.ServiceModel.Channels.Binding) |
Name | Description | |
---|---|---|
BuildChannelFactory | Overloaded. Builds the channel factory stack on the client that creates a specified type of channel and that satisfies the features specified by an object array. (Inherited from System.ServiceModel.Channels.Binding) | |
BuildChannelListener | Overloaded. Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified. (Inherited from System.ServiceModel.Channels.Binding) | |
CanBuildChannelFactory | Overloaded. Returns a value that indicates whether the current binding can build a channel factory stack on the client that satisfies the requirements specified by an object array. (Inherited from System.ServiceModel.Channels.Binding) | |
CanBuildChannelListener | Overloaded. Returns a value that indicates whether the current binding can build a channel listener stack on the service that satisfies the criteria specified in an array of objects. (Inherited from System.ServiceModel.Channels.Binding) | |
CreateBindingElements | When overridden in a derived class, creates a collection that contains the binding elements that are part of the current binding. (Inherited from System.ServiceModel.Channels.Binding) | |
GetProperty | Returns a typed object requested, if present, from the appropriate layer in the binding stack. (Inherited from System.ServiceModel.Channels.Binding) |