Client ClassA Sandcastle Documented Class Library

Note: This API is now obsolete.

Abstract client class.
Inheritance Hierarchy

SystemObject
  Apptus.Util.HttpClient

Namespace:  Apptus.Util.Http
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
[ObsoleteAttribute]
public abstract class Client

The Client type exposes the following members.

Constructors

  NameDescription
Protected methodClient
Initializes a new instance of the Client class
Top
Properties

  NameDescription
Public propertyConnectionTimeout
Public propertyGetTimeout
Timeout for GET requests.
Public propertyLongGetTimeout
Timeout for GET requests that are expected to take a long time.
Public propertyPassword
Public propertyPostTimeout
Timeout for POST requests.
Public propertyPutTimeout
Timeout for PUT requests.
Public propertyUser
Public propertyVeryLongGetTimeout
Timeout for GET requests that are expected to take a very long time.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBytes
Perform a GET request and get the result.
Public methodGetChars
Perform a GET request and get the result.
Public methodGetHashCode (Inherited from Object.)
Public methodGetLongBytes
Perform a GET request that is expected to be long and get the result.
Public methodGetString
Perform a GET request and return the output as a string.
Public methodGetType (Inherited from Object.)
Public methodGetVeryLongBytes
Perform a GET request that is expected to be very long and get the result.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPostAndGetBytes
Perform a POST request.
Public methodPostBytes(String, DictionaryString, String, Stream)
Perform a POST request.
Public methodPostBytes(String, DictionaryString, String, Stream, Boolean)
Perform a POST request.
Public methodPostChars
Perform a POST request.
Public methodPut
Perform a PUT request.
Public methodToString (Inherited from Object.)
Top
See Also

Reference