The Client type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetBytes | 
            Perform a GET request and get the result.
             | 
|  | GetChars | 
            Perform a GET request and get the result.
             | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetLongBytes | 
            Perform a GET request that is expected to be long and get the result.
             | 
|  | GetString | 
            Perform a GET request and return the output as a string.
             | 
|  | GetType | (Inherited from Object.) | 
|  | GetVeryLongBytes | 
            Perform a GET request that is expected to be very long and get the result.
             | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | PostAndGetBytes | 
            Perform a POST request.
             | 
|  | PostBytes(String, DictionaryString, String, Stream) | 
            Perform a POST request.
             | 
|  | PostBytes(String, DictionaryString, String, Stream, Boolean) | 
            Perform a POST request.
             | 
|  | PostChars | 
            Perform a POST request.
             | 
|  | Put | 
            Perform a PUT request.
             | 
|  | ToString | (Inherited from Object.) | 
See Also