The methods of the HttpWebComm class are listed below. For a complete list of HttpWebComm class members, see the HttpWebComm Members topic.
![]() | |
![]() | Overloaded. Adds POST form variables to the request buffer. HttpPostMode determines how parms are handled. 1 - UrlEncoded Form Variables. Uses key and value pairs (ie. "Name","Rick") to create URLEncoded content 2 - Multi-Part Forms - not supported 4 - XML block - Post a single XML block. Pass in as Key (1st Parm) other - raw content buffer. Just assign to Key. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Return a the result from an HTTP Url into a string. |
![]() | Return a the result from an HTTP Url into a string. |
![]() | Retrieves URL with events in the OnReceiveData event. |
![]() | Overloaded. Return a the result from an HTTP Url into a StreamReader. Client code should call Close() on the returned object when done reading. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Overloaded. Return a the result from an HTTP Url into a StreamReader. Client code should call Close() on the returned object when done reading. |
![]() | Creates a shallow copy of the current Object. |
HttpWebComm Class | Whisperstream.SMSProcessor.Utility Namespace