NetTcpBindingElement.PortSharingEnabled 속성

정의

이 연결에서 TCP 포트 공유를 사용하는지 여부를 지정하는 부울 값을 가져오거나 설정합니다.

public:
 property bool PortSharingEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("portSharingEnabled", DefaultValue=false)]
public bool PortSharingEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("portSharingEnabled", DefaultValue=false)>]
member this.PortSharingEnabled : bool with get, set
Public Property PortSharingEnabled As Boolean

속성 값

Boolean

이 연결에서 TCP 포트 공유를 사용하면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상