Overload List
| Name | Description | |
|---|---|---|
|  | SetMessageBody( Byte ) | 
             Sets the body of the HTTP request that will be sent to the server.
             This method is normally used with a POST or PUT request.
              | 
|  | SetMessageBody(String) | 
             Sets the body of the HTTP request that will be sent to the server.
             This method is normally used with a POST or PUT request.
              | 
|  | SetMessageBody(Form) | 
             Sets the body of the HTTP request that will be sent to the server, as name/value pairs
             extracted from the specified Form object.
              | 
|  | SetMessageBody(String, Encoding) | 
             Sets the body of the HTTP request that will be sent to the server, specifying the character encoding to 
             use to encode the post data.
             This method is normally used with a POST or PUT request.
              | 
See Also