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
Examples
http://localhost
ProxyPort
Port of the proxy.
public static int ProxyPort { get; }
Property Value
Examples
8080