The Config type exposes the following members.

Constructors

  NameDescription
Config
Initializes a new instance of the Config class

Fields

  NameDescription
AlwaysUseProxy
Proxy
Version

Properties

  NameDescription
AlwaysUseProxy
Should the application use the proxy for all requests? This property assumes that the Proxy property has been set to a valid URL. Default value is false.
Proxy
URL of the proxy on the server. Must be located on the same server as the application. Use a relative URL (e.g., ../proxy.ashx) or a URL relative to the root (e.g., /myapps/proxy.ashx). See Using the proxy page in the general discussion section for more information.
Version
Version of this library.

See Also