The methods of the HttpWebComm class are listed below. For a complete list of HttpWebComm class members, see the HttpWebComm Members topic.
AddPostFile | |
AddPostKey | 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. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetUrl | Return a the result from an HTTP Url into a string. |
GetUrlBytes | Return a the result from an HTTP Url into a string. |
GetUrlEvents | Retrieves URL with events in the OnReceiveData event. |
GetUrlStream | Overloaded. Return a the result from an HTTP Url into a StreamReader. Client code should call Close() on the returned object when done reading. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
GetUrlStream | Overloaded. Return a the result from an HTTP Url into a StreamReader. Client code should call Close() on the returned object when done reading. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
HttpWebComm Class | Whisperstream.SMSProcessor.Utility Namespace