Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The UaTcpTransportBindingElement type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UaTcpTransportBindingElement()()()() |
Initializes the binding with its default configuration.
| |
| UaTcpTransportBindingElement(UaTcpTransportBindingElement) |
Initializes the binding with another binding.
|
Methods
| Name | Description | |
|---|---|---|
| BuildChannelFactory<(Of <<'(TChannel>)>>) |
Creates the channel factory object.
(Overrides BindingElement..::..BuildChannelFactory<(Of <<'(TChannel>)>>)(BindingContext).) | |
| BuildChannelListener<(Of <<'(TChannel>)>>) |
Creates the channel listener object.
(Overrides BindingElement..::..BuildChannelListener<(Of <<'(TChannel>)>>)(BindingContext).) | |
| CanBuildChannelFactory<(Of <<'(TChannel>)>>) |
Used by higher layers to determine what types of channel factories this binding element supports.
(Overrides BindingElement..::..CanBuildChannelFactory<(Of <<'(TChannel>)>>)(BindingContext).) | |
| CanBuildChannelListener<(Of <<'(TChannel>)>>) |
Used by higher layers to determine what types of channel listeners this binding element supports.
(Overrides BindingElement..::..CanBuildChannelListener<(Of <<'(TChannel>)>>)(BindingContext).) | |
| Clone |
Creates a copy of the binding element.
(Overrides BindingElement..::..Clone()()()().) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetProperty<(Of <<'(T>)>>) |
Returns the property associated with the binding element.
(Overrides TransportBindingElement..::..GetProperty<(Of <<'(T>)>>)(BindingContext).) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ChannelLifetime |
The default lifetime for UA TCP connections.
| |
| Configuration |
The configuration of the endpoint.
| |
| Descriptions |
The descriptions for the endpoint.
| |
| ManualAddressing | Gets or sets a value that indicates whether manual addressing of the message is required. (Inherited from TransportBindingElement.) | |
| MaxBufferPoolSize | Gets or sets the maximum size of any buffer pools used by the transport. (Inherited from TransportBindingElement.) | |
| MaxReceivedMessageSize | Gets and sets the maximum allowable message size that can be received. (Inherited from TransportBindingElement.) | |
| MessageContext |
The service message context to be used by the transport.
| |
| Scheme |
The scheme for the UA TCP transport.
(Overrides TransportBindingElement..::..Scheme.) | |
| SecurityTokenLifetime |
The default lifetime for security tokens.
| |
| ServiceHost |
The service host which is configured to use the binding.
|