다음을 통해 공유


TcpServerChannel.IsSecured 속성

정의

현재 채널이 보안 채널인지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

public:
 property bool IsSecured { bool get(); void set(bool value); };
public bool IsSecured { get; set; }
member this.IsSecured : bool with get, set
Public Property IsSecured As Boolean

속성 값

현재 인스턴스가 안전한 상태인지를 나타내는 부울 값입니다.

구현

적용 대상