WarningHeaderValue クラス
定義
Warning ヘッダーで使用される警告の値を表します。Represents a warning value used by the Warning header.
public ref class WarningHeaderValue
public ref class WarningHeaderValue : ICloneable
public class WarningHeaderValue
public class WarningHeaderValue : ICloneable
type WarningHeaderValue = class
type WarningHeaderValue = class
interface ICloneable
Public Class WarningHeaderValue
Public Class WarningHeaderValue
Implements ICloneable
- 継承
-
WarningHeaderValue
- 実装
コンストラクター
WarningHeaderValue(Int32, String, String) |
WarningHeaderValue クラスの新しいインスタンスを初期化します。Initializes a new instance of the WarningHeaderValue class. |
WarningHeaderValue(Int32, String, String, DateTimeOffset) |
WarningHeaderValue クラスの新しいインスタンスを初期化します。Initializes a new instance of the WarningHeaderValue class. |
プロパティ
Agent |
この警告をアタッチしたホストを取得します。Gets the host that attached the warning. |
Code |
特定の警告コードを取得します。Gets the specific warning code. |
Date |
警告の日付/時刻スタンプを取得します。Gets the date/time stamp of the warning. |
Text |
警告テキストを含む、引用符で囲まれた文字列を取得します。Gets a quoted-string containing the warning text. |
メソッド
Equals(Object) |
指定した Object が、現在の WarningHeaderValue オブジェクトと等しいかどうかを判断します。Determines whether the specified Object is equal to the current WarningHeaderValue object. |
GetHashCode() |
WarningHeaderValue オブジェクトのハッシュ関数として機能します。Serves as a hash function for an WarningHeaderValue object. |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
Parse(String) |
文字列を WarningHeaderValue インスタンスに変換します。Converts a string to an WarningHeaderValue instance. |
ToString() |
現在の WarningHeaderValue オブジェクトを表す文字列を返します。Returns a string that represents the current WarningHeaderValue object. |
TryParse(String, WarningHeaderValue) |
文字列が有効な WarningHeaderValue 情報かどうかを判断します。Determines whether a string is valid WarningHeaderValue information. |
明示的なインターフェイスの実装
ICloneable.Clone() |
現在の WarningHeaderValue インスタンスのコピーである新しいオブジェクトを作成します。Creates a new object that is a copy of the current WarningHeaderValue instance. |