프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DelegatingEnumerableGenericType | |||
EnumerableInterfaceGenericType | |||
HttpContentType | |||
HttpRequestMessageType | |||
HttpResponseMessageType | |||
QueryableInterfaceGenericType | |||
XsdDataContractExporter |
메소드 | 설명 | |
---|---|---|
CreateDefaultReaderQuotas ( ) : |
Create a default reader quotas with a default depth quota of 1K
|
|
CreateEmptyContentHeaders ( ) : |
Creates an empty HttpContentHeaders instance. The only way is to get it from a dummy HttpContent instance.
|
|
DateToString ( DateTimeOffset dateTime ) : string | ||
IsJTokenType ( |
Determines whether type is a JToken type.
|
|
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
|
|
ValidateHeaderToken ( string token ) : bool |
public static CreateDefaultReaderQuotas ( ) : |
||
리턴 |
public static CreateEmptyContentHeaders ( ) : |
||
리턴 |
public static DateToString ( DateTimeOffset dateTime ) : string | ||
dateTime | DateTimeOffset | |
리턴 | string |
public static IsJTokenType ( |
||
type | The type to test. | |
리턴 | bool |
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 ValidateHeaderToken ( string token ) : bool | ||
token | string | |
리턴 | bool |
public static Type,System DelegatingEnumerableGenericType | ||
리턴 |
public static Type,System EnumerableInterfaceGenericType | ||
리턴 |
public static Type,System HttpRequestMessageType | ||
리턴 |
public static Type,System HttpResponseMessageType | ||
리턴 |
public static Type,System QueryableInterfaceGenericType | ||
리턴 |