This documentation is archived and is not being maintained.
PeerTransportBindingElement Class
Visual Studio 2010
Defines the binding element used to create a peer message transport channel.
System::Object
System.ServiceModel.Channels::BindingElement
System.ServiceModel.Channels::TransportBindingElement
System.ServiceModel.Channels::PeerTransportBindingElement
System.ServiceModel.Channels::BindingElement
System.ServiceModel.Channels::TransportBindingElement
System.ServiceModel.Channels::PeerTransportBindingElement
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The PeerTransportBindingElement type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PeerTransportBindingElement | Initializes a new default instance of the PeerTransportBindingElement class. |
| Name | Description | |
|---|---|---|
![]() | ListenIPAddress | Gets and sets the IP address on which peer message transports created by this binding element listen. |
![]() | 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 value that specifies the maximum size of messages sent over transport channels created by this binding element. (Overrides TransportBindingElement::MaxReceivedMessageSize.) |
![]() | Port | Gets and sets the network port on which peer message transport channels created by this binding element listen. |
![]() | Scheme | Gets the scheme used to indicate the protocol over which messages are transported by channels created by this binding element. (Overrides TransportBindingElement::Scheme.) |
![]() | Security | Gets the specific security settings for transport channels created by this binding element. |
| Name | Description | |
|---|---|---|
![]() | BuildChannelFactory<TChannel> | Creates a channel factory that can be used to create a channel for sending messages. (Overrides BindingElement::BuildChannelFactory<TChannel>(BindingContext).) |
![]() | BuildChannelListener<TChannel> | Creates a channel listener of the specified type for receiving messages. (Overrides BindingElement::BuildChannelListener<TChannel>(BindingContext).) |
![]() | CanBuildChannelFactory<TChannel> | Determines whether a channel factory of the specified type can be built. (Overrides BindingElement::CanBuildChannelFactory<TChannel>(BindingContext).) |
![]() | CanBuildChannelListener<TChannel> | Determines whether a channel listener of the specified type can be built. (Overrides BindingElement::CanBuildChannelListener<TChannel>(BindingContext).) |
![]() | Clone | Creates a copy of the current binding element. (Overrides BindingElement::Clone().) |
![]() | 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.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetProperty<T> | Returns a property from the specified BindingContext object. (Overrides TransportBindingElement::GetProperty<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 | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IPolicyExportExtension::ExportPolicy | Writes custom peer transport channel elements into the generated metadata for an endpoint. |
![]() ![]() | IWsdlExportExtension::ExportContract | Writes custom peer transport channel elements into the generated WSDL for a contract. |
![]() ![]() | IWsdlExportExtension::ExportEndpoint | Writes custom peer transport channel elements into the generated WSDL for an endpoint. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
