Click or drag to resize
ExtendedJsonRestServices Methods
This API is preliminary and subject to change.

The ExtendedJsonRestServices type exposes the following members.

Methods
  NameDescription
Public methodExecute(Uri, HttpMethod, FuncHttpWebResponse, Boolean, Response, String, DictionaryString, String, DictionaryString, String, RequestSettings) (Inherited from RestServiceBase.)
Public methodExecuteT(String, HttpMethod, String, DictionaryString, String, DictionaryString, String, RequestSettings) (Inherited from RestServiceBase.)
Public methodExecuteT(Uri, HttpMethod, String, DictionaryString, String, DictionaryString, String, RequestSettings) (Inherited from RestServiceBase.)
Public methodExecuteT, TBody(String, HttpMethod, TBody, DictionaryString, String, DictionaryString, String, RequestSettings) (Inherited from RestServiceBase.)
Public methodExecuteT, TBody(Uri, HttpMethod, TBody, DictionaryString, String, DictionaryString, String, RequestSettings) (Inherited from RestServiceBase.)
Public methodExecuteRequest (Inherited from RestServiceBase.)
Public methodStream(Uri, HttpMethod, FuncHttpWebResponse, Boolean, Response, Stream, Int32, Int64, DictionaryString, String, DictionaryString, String, RequestSettings, ActionInt64) (Overrides RestServiceBaseStream(Uri, HttpMethod, FuncHttpWebResponse, Boolean, Response, Stream, Int32, Int64, DictionaryString, String, DictionaryString, String, RequestSettings, ActionInt64).)
Public methodStreamT(String, HttpMethod, Stream, Int32, Int64, DictionaryString, String, DictionaryString, String, RequestSettings, ActionInt64) (Inherited from RestServiceBase.)
Public methodStreamT(Uri, HttpMethod, Stream, Int32, Int64, DictionaryString, String, DictionaryString, String, RequestSettings, ActionInt64) (Inherited from RestServiceBase.)
Top
See Also