Share via


ReceiveRequest.Verb Property

Definition

Gets or sets the verb action this request wants to perform.

public string Verb { get; set; }
member this.Verb : string with get, set
Public Property Verb As String

Property Value

The string representation of an HTTP verb.

Applies to