共用方式為


OutgoingWebRequestContext.Method 屬性

定義

取得傳出的 Web 要求之 HTTP 方法。

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

屬性值

傳出之 Web 要求的 HTTP 方法。

適用於