다음을 통해 공유


AspNetWebSocketContext.RequestUri 속성

정의

클라이언트가 보낸 AspNetWebSocket 메시지의 원래 URI(Uniform Resource Identifier)를 가져옵니다.

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입니다.

예외

속성이 구현되지 않습니다.

적용 대상