PackWebRequest.Method 属性

定义

获取或设置用于 Pack URI 请求的协议方法。

public:
 virtual property System::String ^ Method { System::String ^ get(); void set(System::String ^ value); };
public override string Method { get; set; }
member this.Method : string with get, set
Public Overrides Property Method As String

属性值

执行此请求的协议方法名称。

注解

如果请求从PackageStore缓存解析,则 Method 属性将返回一个空字符串。 Method仅当请求引用外部 Web 请求(如 http 或 ftp)时,才会设置 属性。

属性 Method 与内部 WebRequest (GetInnerRequest) 共享。

适用于