A class containing all the information necessary to send a request to the Central Campaign Server's http server.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public sealed class HttpRequestKey
Visual Basic
Public NotInheritable Class HttpRequestKey

Remarks

Use the GetHttpRequestKey(ConfigurationId, ServerType) method to obtain an instance of this class.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Configuration.Dialer..::..HttpRequestKey

See Also