Table of Contents

Class HttpConnection

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

Class representing an HTTP Connection.

public class HttpConnection : ConnectionSettings, IHttpConnection, IRealConnection, IElementConnection
Inheritance
HttpConnection
Implements
Inherited Members
Extension Methods

Constructors

HttpConnection()

Initializes a new instance of the HttpConnection class.

HttpConnection(ITcp, bool)

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

Properties

BusAddress

Gets the bus address.

ElementTimeout

Gets or sets the element timeout.

Id

Gets the connection ID.

IsBypassProxyEnabled

Gets a value indicating whether to bypass the proxy.

Retries

Gets or set the number of retries.

TcpConfiguration

Gets or sets the TCP connection configuration.

Timeout

Gets or sets the timeout.