(Deprecated) Gets the information necessary to send an http request to the Central Campaign 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
)
Visual Basic
Public Function GetHttpRequestKey ( _
	id As ConfigurationId _
) 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.

Return Value

An HttpRequestKey object.

See Also