共用方式為


AspNetWebSocketContext.RequestUri 屬性

定義

取得用戶端所傳送的 AspNetWebSocket 訊息的原始統一資源識別元 (URI)。

public:
 virtual property Uri ^ RequestUri { Uri ^ get(); };
public override Uri RequestUri { get; }
member this.RequestUri : Uri
Public Overrides ReadOnly Property RequestUri As Uri

屬性值

Uri

原始 URI。

例外狀況

屬性未實作。

適用於