NetPeerTcpBindingElement.Port 属性

定义

获取或设置一个网络接口端口,此绑定将在该端口上处理对等通道 TCP 消息。

public:
 property int Port { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("port", DefaultValue=0)]
[System.Configuration.IntegerValidator(MaxValue=65535, MinValue=0)]
public int Port { get; set; }
[<System.Configuration.ConfigurationProperty("port", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MaxValue=65535, MinValue=0)>]
member this.Port : int with get, set
Public Property Port As Integer

属性值

指定网络端口的 Int32,此绑定将在该端口上处理对等通道 TCP 消息。

属性

适用于