Click or drag to resize

ScoringProgramDataConnectorHttpClient Fields

The ScoringProgramDataConnectorHttpClient type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberApiCall The url to call when the scoring program communicates with the data connector.
Public fieldStatic memberApiPingResponse Part of the expected response from the webservice when sending a Get httprequest to it.
Public fieldStatic memberApiUrlRootWihtoutProtocol Constructs the url for the webservice without the http:// prefix based on whether it is hosted in local host or in the cloud.
Public fieldDataConnectorClientLogger NLog implementation of logging.
(Inherited from DataConnectorClientCommandManagerTCommand)
Protected fieldStatic memberDebugLogger The debug logger
Protected fieldStatic memberErrorLogger The error logger
Public fieldStatic memberLocalHostUrl The full url for the local host hosted webservice. Used for debugging only.
Public fieldStatic memberLocalHostUrlWithoutProtocol The url for the local host hosted webservice without the http:// prefix. Used for debugging only.
Public fieldStatic memberProductionUrl The full url for the webservice.
Public fieldStatic memberProductionUrlWithouProtocol The url for the webservice without the http:// prefix.
Top
See Also