Click or drag to resize
ExtendedJsonRestServices Class
This API is preliminary and subject to change.
This class extends JsonRestServices to add support for handling response codes other than Continue in response to an Expect: 100-Continue.
Inheritance Hierarchy
SystemObject
  JSIStudios.SimpleRESTServices.ClientRestServiceBase
    JSIStudios.SimpleRESTServices.Client.JsonJsonRestServices
      net.openstack.Providers.RackspaceExtendedJsonRestServices

Namespace: net.openstack.Providers.Rackspace
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public class ExtendedJsonRestServices : JsonRestServices

The ExtendedJsonRestServices type exposes the following members.

Constructors
  NameDescription
Public methodExtendedJsonRestServices
Initializes a new instance of the ExtendedJsonRestServices class
Top
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
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6, 1.5, 1.4, 1.3.6
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also