C# Class CdnLink.CdnLink

Show file Open project: cardeliverynetwork/openapi.net Class Usage Examples

Private Properties

Property Type Description
GetApiKeyScac string
PrepareApiForSend string
StripLoadIdPrefix string

Public Methods

Method Description
CdnLink ( string connectionString, ICdnApi api, ICdnFtpBox ftp, string>.Dictionary apiKeysByScacs = null ) : System
Receive ( ) : int
Send ( ) : int

Private Methods

Method Description
GetApiKeyScac ( string apiKey, bool update = false ) : string
PrepareApiForSend ( CdnSend send ) : string
StripLoadIdPrefix ( string loadId ) : string

Method Details

CdnLink() public method

public CdnLink ( string connectionString, ICdnApi api, ICdnFtpBox ftp, string>.Dictionary apiKeysByScacs = null ) : System
connectionString string
api ICdnApi
ftp ICdnFtpBox
apiKeysByScacs string>.Dictionary
return System

Receive() public method

public Receive ( ) : int
return int

Send() public method

public Send ( ) : int
return int