PeerTransportBindingElement

PeerTransportBindingElement

Syntax

class PeerTransportBindingElement : TransportBindingElement
{
  string ListenIPAddress;
  sint32 Port;
  PeerSecuritySettings Security;
};

Methods

The PeerTransportBindingElement class does not define any methods.

Properties

The PeerTransportBindingElement class has the following properties:

ListenIPAddress

Data type: string

Access type: Read-only

The IP address on which the peer node listens for messages.

Port

Data type: sint32

Access type: Read-only

The network interface port on which this binding processes peer channel messages.

Security

Data type: PeerSecuritySettings

Access type: Read-only

Peer transport security settings.

Requirements

MOF Declared in Servicemodel.mof.

Namespace

Defined in root\ServiceModel

See Also

Reference

PeerTransportBindingElement