HttpContextBase.WebSocketRequestedProtocols 속성

정의

파생된 클래스에서 구현된 경우 클라이언트가 요청한, 순서가 지정된 프로토콜 목록을 가져옵니다.

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

속성 값

IList<String>

AspNetWebSocket 요청한 프로토콜이며, 요청이 아닌 경우나 목록에 없을 경우는 null입니다.

적용 대상