HttpRequest.Protocol Özellik

Tanım

İstek protokollerini (örneğin HTTP/1.1) alır veya ayarlar.

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

Özellik Değeri

İstek protokolü.

Şunlara uygulanır