HttpRequest.Protocol 屬性

定義

取得或設定要求通訊協定 (,例如 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

屬性值

要求通訊協定。

適用於