HttpResponseMessage.Version 屬性

定義

取得或設定 HTTP 訊息版本。

public:
 property Version ^ Version { Version ^ get(); void set(Version ^ value); };
public Version Version { get; set; }
member this.Version : Version with get, set
Public Property Version As Version

屬性值

HTTP 訊息版本。 預設為 1.1。

適用於