메소드 | 설명 | |
---|---|---|
RequestDispatcher ( ClientTypeMapper typeMapper, IWebClient webClient, ITextSerializerFactory serializerFactory, IEnumerable |
||
SendRequest ( string uri, string httpMethod, object body, ISerializationContextProvider provider, RequestOptions options = null ) : object | ||
SendRequestAsync ( string uri, string httpMethod, object body, ISerializationContextProvider provider, RequestOptions options = null ) : Task |
메소드 | 설명 | |
---|---|---|
AddDefaultHeaders ( |
||
Deserialize ( string jsonString, |
||
SendHttpRequestAsync ( ISerializationContextProvider serializationContextProvider, string uri, string httpMethod, object requestBodyEntity, TypeSpec requestBodyBaseType, RequestOptions options ) : Task |
||
SendRequestInnerAsync ( string uri, string httpMethod, object body, ISerializationContextProvider provider, RequestOptions options ) : Task |
public RequestDispatcher ( ClientTypeMapper typeMapper, IWebClient webClient, ITextSerializerFactory serializerFactory, IEnumerable |
||
typeMapper | ClientTypeMapper | |
webClient | IWebClient | |
serializerFactory | ITextSerializerFactory | |
defaultHeaders | IEnumerable |
|
리턴 | System |
public SendRequest ( string uri, string httpMethod, object body, ISerializationContextProvider provider, RequestOptions options = null ) : object | ||
uri | string | |
httpMethod | string | |
body | object | |
provider | ISerializationContextProvider | |
options | RequestOptions | |
리턴 | object |
public SendRequestAsync ( string uri, string httpMethod, object body, ISerializationContextProvider provider, RequestOptions options = null ) : Task | ||
uri | string | |
httpMethod | string | |
body | object | |
provider | ISerializationContextProvider | |
options | RequestOptions | |
리턴 | Task |