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