ForwardedPort public abstract class ForwardedPort Documentation public bool IsStarted { get; protected set; } public event EventHandler<ExceptionEventArgs> Exception public event EventHandler<PortForwardEventArgs> RequestReceived protected ForwardedPort() protected void RaiseExceptionEvent(Exception execption) protected void RaiseRequestReceived(string host, uint port) public virtual void Start() public virtual void Stop()