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)

속성 값

요청된 프로토콜이거나 요청이 아니 AspNetWebSocket 거나 null 목록이 없는 경우

적용 대상