C# Class JoeriBekker.PuttyTunnelManager.Tunnel

Mostra file Open project: ntziolis/Putty-Tunnel-Manager Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Load ( JoeriBekker.PuttyTunnelManager.Session session, string data ) : Tunnel
Serialize ( ) : string
Tunnel ( JoeriBekker.PuttyTunnelManager.Session session, int sourcePort, string destination, int destinationPort, TunnelType type ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Load() public static method

public static Load ( JoeriBekker.PuttyTunnelManager.Session session, string data ) : Tunnel
session JoeriBekker.PuttyTunnelManager.Session
data string
return Tunnel

Serialize() public method

public Serialize ( ) : string
return string

Tunnel() public method

public Tunnel ( JoeriBekker.PuttyTunnelManager.Session session, int sourcePort, string destination, int destinationPort, TunnelType type ) : System
session JoeriBekker.PuttyTunnelManager.Session
sourcePort int
destination string
destinationPort int
type TunnelType
return System