Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The UaTcpTransportBindingElement type exposes the following members.

Constructors

  NameDescription
Public methodUaTcpTransportBindingElement()()()()
Initializes the binding with its default configuration.
Public methodUaTcpTransportBindingElement(UaTcpTransportBindingElement)
Initializes the binding with another binding.

Methods

  NameDescription
Public methodBuildChannelFactory<(Of <<'(TChannel>)>>)
Creates the channel factory object.
(Overrides BindingElement..::..BuildChannelFactory<(Of <<'(TChannel>)>>)(BindingContext).)
Public methodBuildChannelListener<(Of <<'(TChannel>)>>)
Creates the channel listener object.
(Overrides BindingElement..::..BuildChannelListener<(Of <<'(TChannel>)>>)(BindingContext).)
Public methodCanBuildChannelFactory<(Of <<'(TChannel>)>>)
Used by higher layers to determine what types of channel factories this binding element supports.
(Overrides BindingElement..::..CanBuildChannelFactory<(Of <<'(TChannel>)>>)(BindingContext).)
Public methodCanBuildChannelListener<(Of <<'(TChannel>)>>)
Used by higher layers to determine what types of channel listeners this binding element supports.
(Overrides BindingElement..::..CanBuildChannelListener<(Of <<'(TChannel>)>>)(BindingContext).)
Public methodClone
Creates a copy of the binding element.
(Overrides BindingElement..::..Clone()()()().)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetProperty<(Of <<'(T>)>>)
Returns the property associated with the binding element.
(Overrides TransportBindingElement..::..GetProperty<(Of <<'(T>)>>)(BindingContext).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyChannelLifetime
The default lifetime for UA TCP connections.
Public propertyConfiguration
The configuration of the endpoint.
Public propertyDescriptions
The descriptions for the endpoint.
Public propertyManualAddressing
Gets or sets a value that indicates whether manual addressing of the message is required.
(Inherited from TransportBindingElement.)
Public propertyMaxBufferPoolSize
Gets or sets the maximum size of any buffer pools used by the transport.
(Inherited from TransportBindingElement.)
Public propertyMaxReceivedMessageSize
Gets and sets the maximum allowable message size that can be received.
(Inherited from TransportBindingElement.)
Public propertyMessageContext
The service message context to be used by the transport.
Public propertyScheme
The scheme for the UA TCP transport.
(Overrides TransportBindingElement..::..Scheme.)
Public propertySecurityTokenLifetime
The default lifetime for security tokens.
Public propertyServiceHost
The service host which is configured to use the binding.

See Also