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
警告の日付/時刻スタンプ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET