WarningHeaderValue 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 WarningHeaderValue 類別的新執行個體。
多載
WarningHeaderValue(Int32, String, String) |
初始化 WarningHeaderValue 類別的新執行個體。 |
WarningHeaderValue(Int32, String, String, DateTimeOffset) |
初始化 WarningHeaderValue 類別的新執行個體。 |
WarningHeaderValue(Int32, String, String)
初始化 WarningHeaderValue 類別的新執行個體。
public:
WarningHeaderValue(int code, System::String ^ agent, System::String ^ text);
public WarningHeaderValue (int code, string agent, string text);
new System.Net.Http.Headers.WarningHeaderValue : int * string * string -> System.Net.Http.Headers.WarningHeaderValue
Public Sub New (code As Integer, agent As String, text As String)
參數
- code
- Int32
特定的警告碼。
- agent
- String
附加警告的主機。
- text
- String
加上引號的字串,其中包含警告文字。
適用於
WarningHeaderValue(Int32, String, String, DateTimeOffset)
初始化 WarningHeaderValue 類別的新執行個體。
public:
WarningHeaderValue(int code, System::String ^ agent, System::String ^ text, DateTimeOffset date);
public WarningHeaderValue (int code, string agent, string text, DateTimeOffset date);
new System.Net.Http.Headers.WarningHeaderValue : int * string * string * DateTimeOffset -> System.Net.Http.Headers.WarningHeaderValue
Public Sub New (code As Integer, agent As String, text As String, date As DateTimeOffset)
參數
- code
- Int32
特定的警告碼。
- agent
- String
附加警告的主機。
- text
- String
加上引號的字串,其中包含警告文字。
- date
- DateTimeOffset
警告的日期/時間戳記。