Table of Contents

Class CurlProxyConfiguration

Namespace
Fluxzy.Utils.Curl
Assembly
Fluxzy.Core.dll
public class CurlProxyConfiguration : IRunningProxyConfiguration
Inheritance
CurlProxyConfiguration
Implements
Inherited Members

Constructors

CurlProxyConfiguration(string, int)

public CurlProxyConfiguration(string host, int port)

Parameters

host string
port int

Properties

Host

public string Host { get; }

Property Value

string

Port

public int Port { get; }

Property Value

int