The properties of the HttpWebComm class are listed below. For a complete list of HttpWebComm class members, see the HttpWebComm Members topic.
![]() | |
![]() | 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". |
![]() | |
![]() |
HttpWebComm Class | Whisperstream.SMSProcessor.Utility Namespace