HttpRequest.Protocol Property

Definition

Gets or sets the request protocol (e.g. HTTP/1.1).

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

Property Value

The request protocol.

Applies to