Whisperstream Research Group - SerialComm GSM SDK Documentation

HttpWebComm Properties

The properties of the HttpWebComm class are listed below. For a complete list of HttpWebComm class members, see the HttpWebComm Members topic.

Public Instance Properties

Cookies
Error Error flag if an error occurred.
ErrorMsg Error Message if the Error Flag is set or an error value is returned from a method.
HandleCookies If set to a non-zero value will automatically track cookies. The number assigned is the cookie count.
Password Password for Authentication.
PostMode Determines how data is POSTed when cPostBuffer is set. 1 - UrlEncoded 2 - Multi-Part form vars 4 - XML (raw buffer content type: text/xml)
ProxyAddress Address of the Proxy Server to be used. Use optional DEFAULTPROXY value to specify that you want to IE's Proxy Settings
ProxyBypass Semicolon separated Address list of the servers the proxy is not used for.
ProxyPassword Password for a password validating Proxy. Only used if the proxy info is set.
ProxyUsername Username for a password validating Proxy. Only used if the proxy info is set.
ThrowExceptions 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 Timeout for the Web request in seconds. Times out on connection, read and send operations. Default is 30 seconds.
Username User name used for Authentication. To use the currently logged in user when accessing an NTLM resource you can use "AUTOLOGIN".
WebRequest
WebResponse

See Also

HttpWebComm Class | Whisperstream.SMSProcessor.Utility Namespace