共用方式為


HttpContextWrapper.WebSocketNegotiatedProtocol 屬性

定義

取得伺服器針對 AspNetWebSocket 要求傳送至用戶端的交涉通訊協定。

public:
 virtual property System::String ^ WebSocketNegotiatedProtocol { System::String ^ get(); };
public override string WebSocketNegotiatedProtocol { get; }
member this.WebSocketNegotiatedProtocol : string
Public Overrides ReadOnly Property WebSocketNegotiatedProtocol As String

屬性值

交涉通訊協定。

適用於