다음을 통해 공유


NetHttpWebSocketTransportSettingsElement.SubProtocol 속성

정의

웹 소켓 하위 프로토콜을 가져오거나 설정합니다.

public:
 virtual property System::String ^ SubProtocol { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("subProtocol", DefaultValue="soap")]
[System.Configuration.StringValidator(MinLength=0)]
public override string SubProtocol { get; set; }
[<System.Configuration.ConfigurationProperty("subProtocol", DefaultValue="soap")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.SubProtocol : string with get, set
Public Overrides Property SubProtocol As String

속성 값

String

웹 소켓 하위 프로토콜입니다.

특성

적용 대상