OutgoingWebRequestContext.Method Property

Definition

Gets the HTTP method of the outgoing Web request.

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

Property Value

The HTTP method of the outgoing Web request.

Applies to