WebSocketClient.SubProtocols 속성

정의

초기 핸드셰이크에 설정된 WebSocket 하위 프로젝트 목록을 가져옵니다.

public:
 property System::Collections::Generic::IList<System::String ^> ^ SubProtocols { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> SubProtocols { get; }
member this.SubProtocols : System.Collections.Generic.IList<string>
Public ReadOnly Property SubProtocols As IList(Of String)

속성 값

적용 대상