다음을 통해 공유


HttpWorkerRequest.GetFilePath 메서드

정의

파생 클래스에서 재정의되면 요청된 URI의 가상 경로를 반환합니다.

public:
 virtual System::String ^ GetFilePath();
public virtual string GetFilePath ();
abstract member GetFilePath : unit -> string
override this.GetFilePath : unit -> string
Public Overridable Function GetFilePath () As String

반환

String

요청된 URI의 경로입니다.

적용 대상