\r\n

51Degrees Pipeline .NET  4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Engines.FiftyOne.Data.FiftyOneUrlFormatter Class Reference

Detailed Description

51Degrees specific URL formatter.

This formats a data file download URL using the parameters required by the 51Degrees distributor.

Inheritance diagram for FiftyOne.Pipeline.Engines.FiftyOne.Data.FiftyOneUrlFormatter:

[legend]

Collaboration diagram for FiftyOne.Pipeline.Engines.FiftyOne.Data.FiftyOneUrlFormatter:

[legend]

Public Member Functions

string  GetFormattedDataUpdateUrl (IAspectEngineDataFile dataFile)
Get the URL to call to request an updated version of the supplied data file. More...
Uri  GetFormattedDataUpdateUri (IAspectEngineDataFile dataFile)
Get the URL to call to request an updated version of the supplied data file. More...

Member Function Documentation

◆ GetFormattedDataUpdateUri()

Uri FiftyOne.Pipeline.Engines.FiftyOne.Data.FiftyOneUrlFormatter.GetFormattedDataUpdateUri ( IAspectEngineDataFile   dataFile )

Get the URL to call to request an updated version of the supplied data file.

Parameters
dataFile - The data file to build an update URL for.
Returns
The URL to call in order to check for and download an update.
Exceptions
ArgumentNullException - Thrown if the supplied data file is null

Implements FiftyOne.Pipeline.Engines.Data.IDataUpdateUrlFormatter.

◆ GetFormattedDataUpdateUrl()

string FiftyOne.Pipeline.Engines.FiftyOne.Data.FiftyOneUrlFormatter.GetFormattedDataUpdateUrl ( IAspectEngineDataFile   dataFile )

Get the URL to call to request an updated version of the supplied data file.

Parameters
dataFile - The data file to build an update URL for.
Returns
The URL to call in order to check for and download an update.
Exceptions
ArgumentNullException - Thrown if the supplied data file is null

Implements FiftyOne.Pipeline.Engines.Data.IDataUpdateUrlFormatter.