C# Class Poderosa.Protocols.LocalShellUtil

Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Protected Properties

Свойство Type Description
_listener Socket
_localPort int
_lockObject object

Méthodes publiques

Méthode Description
AsyncPrepareSocket ( IInterruptableConnectorClient client, ICygwinParameter param ) : Connector
Terminate ( ) : void

Méthodes protégées

Méthode Description
PrepareEnv ( ProcessStartInfo psi, ICygwinParameter p ) : void
PrepareListener ( ) : void

Private Methods

Méthode Description
IsCygwin ( LocalShellParameter tp ) : bool
PrepareSocket ( IPoderosaForm parent, ICygwinParameter param ) : ITerminalConnection

Method Details

AsyncPrepareSocket() public static méthode

public static AsyncPrepareSocket ( IInterruptableConnectorClient client, ICygwinParameter param ) : Connector
client IInterruptableConnectorClient
param ICygwinParameter
Résultat Connector

PrepareEnv() protected static méthode

protected static PrepareEnv ( ProcessStartInfo psi, ICygwinParameter p ) : void
psi System.Diagnostics.ProcessStartInfo
p ICygwinParameter
Résultat void

PrepareListener() protected static méthode

protected static PrepareListener ( ) : void
Résultat void

Terminate() public static méthode

public static Terminate ( ) : void
Résultat void

Property Details

_listener protected_oe static_oe property

protected static Socket _listener
Résultat Socket

_localPort protected_oe static_oe property

protected static int _localPort
Résultat int

_lockObject protected_oe static_oe property

protected static object _lockObject
Résultat object