SimpleConnector Constructor |
Namespace:
FastProxy
Assembly:
FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax public SimpleConnector(
IPEndPoint endpoint,
IListener listener = null
)
Parameters
- endpoint
- Type: System.NetIPEndPoint
The upstream endpoint to proxy connections to. - listener (Optional)
- Type: FastProxyIListener
The listener to associated with incoming connections.
See Also