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 메시지를 처리할 네트워크 포트를 지정하는 Int32입니다.

특성

적용 대상