프로퍼티 | 타입 | 설명 | |
---|---|---|---|
EnumerableInterfaceGenericType | |||
HttpContentType | |||
HttpRequestMessageType | |||
HttpResponseMessageType | |||
QueryableInterfaceGenericType | |||
Utf16EncodingType | |||
Utf8EncodingType |
메소드 | 설명 | |
---|---|---|
CreateEmptyContentHeaders ( ) : |
Creates an empty HttpContentHeaders instance. The only way is to get it from a dummy HttpContent instance.
|
|
DateToString ( DateTimeOffset dateTime ) : string | ||
TryParseDate ( string input, DateTimeOffset &result ) : bool | ||
TryParseInt32 ( string value, int &result ) : bool |
Parses valid integer strings with no leading signs, whitespace or other NumberStyles
|
|
UnquoteToken ( string token ) : string |
Remove bounding quotes on a token if present
|
|
ValidateCollection ( Collection |
Ensure the actual collection is identical to the expected one
|
|
ValidateHeaderToken ( string token ) : bool |
public static CreateEmptyContentHeaders ( ) : |
||
리턴 |
public static DateToString ( DateTimeOffset dateTime ) : string | ||
dateTime | DateTimeOffset | |
리턴 | string |
public static TryParseDate ( string input, DateTimeOffset &result ) : bool | ||
input | string | |
result | DateTimeOffset | |
리턴 | bool |
public static TryParseInt32 ( string value, int &result ) : bool | ||
value | string | The value to parse |
result | int | The result |
리턴 | bool |
public static UnquoteToken ( string token ) : string | ||
token | string | Token to unquote. |
리턴 | string |
public static ValidateCollection ( Collection |
||
actual | Collection |
The actual collection of the instance |
expected | The expected collection of the instance | |
리턴 | bool |
public static ValidateHeaderToken ( string token ) : bool | ||
token | string | |
리턴 | bool |
public static Type,System EnumerableInterfaceGenericType | ||
리턴 |
public static Type,System HttpRequestMessageType | ||
리턴 |
public static Type,System HttpResponseMessageType | ||
리턴 |
public static Type,System QueryableInterfaceGenericType | ||
리턴 |