Table of Contents

Class PortForwardEventArgs

Namespace
Renci.SshNet.Common
Assembly
Renci.SshNet.dll

Provides data for Renci.SshNet.ForwardedPort.RequestReceived event.

public class PortForwardEventArgs : EventArgs

Inheritance

Inherited Members

Properties

OriginatorHost

Gets request originator host.

public string OriginatorHost { get; }

Property Value

string

OriginatorPort

Gets request originator port.

public uint OriginatorPort { get; }

Property Value

uint