Click or drag to resize

SimpleConnector Constructor

Initializes a new SimpleConnector.

Namespace:  FastProxy
Assembly:  FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax
C#
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