메소드 | 설명 | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Parse ( string input ) : |
||
ToString ( ) : string | ||
TryParse ( string input, |
||
WarningHeaderValue ( int code, string agent, string text ) : System.Diagnostics | ||
WarningHeaderValue ( int code, string agent, string text, DateTimeOffset date ) : System.Diagnostics |
메소드 | 설명 | |
---|---|---|
CheckAgent ( string agent ) : void | ||
CheckCode ( int code ) : void | ||
GetWarningLength ( string input, int startIndex, object &parsedValue ) : int | ||
ICloneable ( ) : object | ||
TryReadAgent ( string input, int startIndex, int ¤t, string &agent ) : bool | ||
TryReadCode ( string input, int ¤t, int &code ) : bool | ||
TryReadDate ( string input, int ¤t, DateTimeOffset &date ) : bool | ||
WarningHeaderValue ( ) : System.Diagnostics | ||
WarningHeaderValue ( |
public static Parse ( string input ) : |
||
input | string | |
리턴 |
public static TryParse ( string input, |
||
input | string | |
parsedValue | ||
리턴 | bool |
public WarningHeaderValue ( int code, string agent, string text ) : System.Diagnostics | ||
code | int | |
agent | string | |
text | string | |
리턴 | System.Diagnostics |
public WarningHeaderValue ( int code, string agent, string text, DateTimeOffset date ) : System.Diagnostics | ||
code | int | |
agent | string | |
text | string | |
date | DateTimeOffset | |
리턴 | System.Diagnostics |