Request SetMessageBody Method C# API
Overload List

  NameDescription
Public methodSetMessageBody( 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.
Public methodSetMessageBody(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.
Public methodSetMessageBody(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.
Public methodSetMessageBody(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.
Back to Top
See Also