Table of Contents

Constructor HttpConnection

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

HttpConnection(ITcp, bool)

Initializes a new instance of the HttpConnection class with default settings for Timeout (1500), Retries (3), Element Timeout (30),

public HttpConnection(ITcp tcpConfiguration, bool isByPassProxyEnabled = true)

Parameters

tcpConfiguration ITcp

The TCP Connection.

isByPassProxyEnabled bool

Allows you to enable the ByPassProxy setting. Default true.

Remarks

In case HTTPS needs to be used. TCP port needs to be 443 or the PollingIP needs to start with https:// . e.g. https://192.168.0.1

HttpConnection()

Initializes a new instance of the HttpConnection class.

public HttpConnection()