AspNetWebSocketContext.SecWebSocketKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得信號交換要求中傳送以建立 AspNetWebSocket 連線的加密金鑰。
public:
virtual property System::String ^ SecWebSocketKey { System::String ^ get(); };
public override string SecWebSocketKey { get; }
member this.SecWebSocketKey : string
Public Overrides ReadOnly Property SecWebSocketKey As String
屬性值
加密的金鑰。
例外狀況
屬性未實作。