![]() | Initializes a new instance of the HttpWebComm class. |
![]() | |
![]() | Error flag if an error occurred. |
![]() | Error Message if the Error Flag is set or an error value is returned from a method. |
![]() | If set to a non-zero value will automatically track cookies. The number assigned is the cookie count. |
![]() | Password for Authentication. |
![]() | Determines how data is POSTed when cPostBuffer is set. 1 - UrlEncoded 2 - Multi-Part form vars 4 - XML (raw buffer content type: text/xml) |
![]() | Address of the Proxy Server to be used. Use optional DEFAULTPROXY value to specify that you want to IE's Proxy Settings |
![]() | Semicolon separated Address list of the servers the proxy is not used for. |
![]() | Password for a password validating Proxy. Only used if the proxy info is set. |
![]() | Username for a password validating Proxy. Only used if the proxy info is set. |
![]() | Determines whether errors cause exceptions to be thrown. By default errors are handled in the class and the Error property is set for error conditions. (not implemented at this time). |
![]() | Timeout for the Web request in seconds. Times out on connection, read and send operations. Default is 30 seconds. |
![]() | User name used for Authentication. To use the currently logged in user when accessing an NTLM resource you can use "AUTOLOGIN". |
![]() | |
![]() |
![]() | |
![]() | 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. |
![]() | Fires progress events when using GetUrlEvents() to retrieve a URL. |
![]() | 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