RequestMessage.Method

RequestMessage.Method property

Gets or sets the HttpMethod.

public HttpMethod Method { get; set; }

Property Value

The HttpMethod.

See Also