PeerTransportBindingElement Class
Defines the binding element used to create a peer message transport channel.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.ServiceModel.Channels::BindingElement
System.ServiceModel.Channels::TransportBindingElement
System.ServiceModel.Channels::PeerTransportBindingElement
| 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, in bytes, of any buffer pools used by the transport. (Inherited from TransportBindingElement.) |
![]() | MaxReceivedMessageSize | Gets and sets the value that specifies the maximum size, in bytes, 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>(BindingContext^) | Creates a channel factory that can be used to create a channel for sending messages.(Overrides BindingElement::BuildChannelFactory<TChannel>(BindingContext^).) |
![]() | BuildChannelListener<TChannel>(BindingContext^) | Creates a channel listener of the specified type for receiving messages.(Overrides BindingElement::BuildChannelListener<TChannel>(BindingContext^).) |
![]() | CanBuildChannelFactory<TChannel>(BindingContext^) | Determines whether a channel factory of the specified type can be built.(Overrides BindingElement::CanBuildChannelFactory<TChannel>(BindingContext^).) |
![]() | CanBuildChannelListener<TChannel>(BindingContext^) | 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.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetProperty<T>(BindingContext^) | Returns a property from the specified BindingContext object.(Overrides TransportBindingElement::GetProperty<T>(BindingContext^).) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IPolicyExportExtension::ExportPolicy(MetadataExporter^, PolicyConversionContext^) | Writes custom peer transport channel elements into the generated metadata for an endpoint. |
![]() ![]() | IWsdlExportExtension::ExportContract(WsdlExporter^, WsdlContractConversionContext^) | Writes custom peer transport channel elements into the generated WSDL for a contract. |
![]() ![]() | IWsdlExportExtension::ExportEndpoint(WsdlExporter^, WsdlEndpointConversionContext^) | Writes custom peer transport channel elements into the generated WSDL for an endpoint. |
This transport cannot be used with contracts that have request/reply operations.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



