Class ProxyEndPoint
An abstract endpoint where the proxy listens
Inherited Members
Namespace: Titanium.Web.Proxy.Models
Assembly: Titanium.Web.Proxy.dll
Syntax
public abstract class ProxyEndPoint
Constructors
| Improve this Doc View SourceProxyEndPoint(IPAddress, Int32, Boolean)
Constructor.
Declaration
protected ProxyEndPoint(IPAddress ipAddress, int port, bool decryptSsl)
Parameters
| Type | Name | Description |
|---|---|---|
| IPAddress | ipAddress | |
| Int32 | port | |
| Boolean | decryptSsl |
Properties
| Improve this Doc View SourceDecryptSsl
Enable SSL?
Declaration
public bool DecryptSsl { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
IpAddress
Ip Address we are listening.
Declaration
public IPAddress IpAddress { get; }
Property Value
| Type | Description |
|---|---|
| IPAddress |
IpV6Enabled
Is IPv6 enabled?
Declaration
public bool IpV6Enabled { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Port
Port we are listening.
Declaration
public int Port { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |