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 ProxyEndPointConstructors
| 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 | 
GenericCertificate
Generic certificate to use for SSL decryption.
Declaration
public X509Certificate2 GenericCertificate { get; set; }Property Value
| Type | Description | 
|---|---|
| X509Certificate2 | 
IpAddress
Ip Address we are listening.
Declaration
public IPAddress IpAddress { get; }Property Value
| Type | Description | 
|---|---|
| IPAddress | 
Port
Port we are listening.
Declaration
public int Port { get; }Property Value
| Type | Description | 
|---|---|
| Int32 |