TransportBindingElement Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Handles the processing chain for a transport.
Inheritance Hierarchy
System. . :: . .Object
Ws.Services.Binding. . :: . .BindingElement
Ws.Services.Binding..::..TransportBindingElement
Ws.Services.Binding. . :: . .HttpTransportBindingElement
Ws.Services.Binding. . :: . .UdpTransportBindingElement
Namespace: Ws.Services.Binding
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Public MustInherit Class TransportBindingElement _
Inherits BindingElement
public abstract class TransportBindingElement : BindingElement
public ref class TransportBindingElement abstract : public BindingElement
[<AbstractClass>]
type TransportBindingElement =
class
inherit BindingElement
end
public abstract class TransportBindingElement extends BindingElement
The TransportBindingElement type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
TransportBindingElement | Initializes a new instance of the TransportBindingElement class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
EndpointAddress | Gets the endpoint address for the transport binding. |
![]() |
EndpointPort | Gets the endpoint port value for the transport binding. |
![]() |
ServiceUrn | Gets the address name for the transport binding. |
![]() |
TransportAddress | Gets the address for the transport binding. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Close | Closes a communication stream for a binding context. (Inherited from BindingElement.) |
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetBindingProperty | Retrieves a property from a binding element. (Inherited from BindingElement.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnClose | Signaled by the Close method to enable a subclass to create a binding element for a specific purpose. (Inherited from BindingElement.) |
![]() |
OnGetBindingProperty | Signaled by the GetBindingProperty method to enable a subclass to create a binding element for a specific purpose. (Inherited from BindingElement.) |
![]() |
OnOpen | Signaled by the Open method to enable a subclass to create a binding element for a specific purpose. (Inherited from BindingElement.) |
![]() |
OnProcessInputMessage | Signaled by the ProcessInputMessage method to allow a subclass to create a binding element for a specific purpose. (Inherited from BindingElement.) |
![]() |
OnProcessOutputMessage | Signaled by the ProcessOutputMessage method to enable a subclass to create a binding element for a specific purpose. (Inherited from BindingElement.) |
![]() |
OnSetBindingConfiguration | Signaled by the SetBindingConfiguration method to enable a subclass to create a binding element for a specific purpose. (Inherited from BindingElement.) |
![]() |
Open | Opens a communication stream for a binding context. (Inherited from BindingElement.) |
![]() |
ProcessInputMessage | Processes an input message for a specified context. (Inherited from BindingElement.) |
![]() |
ProcessOutputMessage | Processes an output message for a specified context. (Inherited from BindingElement.) |
![]() |
SetBindingConfiguration | Sets a configuration for a specified binding. (Inherited from BindingElement.) |
![]() |
SetNext | Sets the next binding element in the element chain. (Inherited from BindingElement.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
| Name | Description | |
|---|---|---|
![]() |
m_endpointUri | Specifies the endpoint address name for the transport binding. |
![]() |
m_Next | Represents the next binding element. (Inherited from BindingElement.) |
![]() |
m_serviceUrn | Specifies the address name for the transport binding. |
![]() |
m_stream | Specifies the stream for the transport binding. |
![]() |
m_transportUri | Specifies the transport address name for the transport binding. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)