Table of Contents

Class ProxyInformation

Namespace
Homa.Sdk.Foundation
Assembly
Homa.Sdk.Foundation.dll

Exposes proxy information from OS layer.

public static class ProxyInformation
Inheritance
ProxyInformation
Inherited Members

Properties

ProxyHost

Proxy hostname. Will be null if proxy is disabled.

public static string ProxyHost { get; }

Property Value

string

Examples

http://localhost

ProxyPort

Port of the proxy.

public static int ProxyPort { get; }

Property Value

int

Examples

8080