WebServiceRequestBase.Method property

Gets or sets the method.

public string Method { get; set; }

Property Value

The method.

Remarks

Defaults to “GET”.

See Also