Gets the information necessary to send an http request to either the Central Campaign Server or the Outbound Dialing Server. Requires the core Dialer config admin right.

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 HttpRequestKey GetHttpRequestKey(
	ConfigurationId id,
	ServerType serverType
)
Visual Basic
Public Function GetHttpRequestKey ( _
	id As ConfigurationId, _
	serverType As ServerType _
) As HttpRequestKey

Parameters

id
Type: ConfigurationId
The id of the object that will use this key (e.g. contact list for export/import operations). Use ConfigurationId.None for uploading miscellaneous files.
serverType
Type: ININ.IceLib.Configuration.Dialer..::..ServerType
the ServerType enum representing the server type.

Return Value

An HttpRequestKey object.

See Also