HttpContext.WebSocketRequestedProtocols 속성

정의

클라이언트에서 요청한 프로토콜의 순서 있는 목록을 가져옵니다.

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

속성 값

IList<String>

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

적용 대상