C# Class Poderosa.Protocols.LocalShellUtil

ファイルを表示 Open project: poderosaproject/poderosa Class Usage Examples

Protected Properties

Property Type Description
_listener Socket
_localPort int
_lockObject object

Public Methods

Method Description
AsyncPrepareSocket ( IInterruptableConnectorClient client, ICygwinParameter param ) : Connector
Terminate ( ) : void

Protected Methods

Method Description
PrepareEnv ( ProcessStartInfo psi, ICygwinParameter p ) : void
PrepareListener ( ) : void

Private Methods

Method Description
IsCygwin ( LocalShellParameter tp ) : bool
PrepareSocket ( IPoderosaForm parent, ICygwinParameter param ) : ITerminalConnection

Method Details

AsyncPrepareSocket() public static method

public static AsyncPrepareSocket ( IInterruptableConnectorClient client, ICygwinParameter param ) : Connector
client IInterruptableConnectorClient
param ICygwinParameter
return Connector

PrepareEnv() protected static method

protected static PrepareEnv ( ProcessStartInfo psi, ICygwinParameter p ) : void
psi System.Diagnostics.ProcessStartInfo
p ICygwinParameter
return void

PrepareListener() protected static method

protected static PrepareListener ( ) : void
return void

Terminate() public static method

public static Terminate ( ) : void
return void

Property Details

_listener protected_oe static_oe property

protected static Socket _listener
return Socket

_localPort protected_oe static_oe property

protected static int _localPort
return int

_lockObject protected_oe static_oe property

protected static object _lockObject
return object