C# Class dlech.SshAgentLib.MsysSocket

Inheritance: IDisposable
Afficher le fichier Open project: dlech/SshAgentLib Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
MsysSocket ( string path ) : System

Create new "unix domain" socket for use with MSYS

TestFile ( string path ) : bool

Tests a file to see if it looks like a Cygwin socket file

Private Methods

Méthode Description
AcceptConnections ( ) : void
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MsysSocket() public méthode

Create new "unix domain" socket for use with MSYS
public MsysSocket ( string path ) : System
path string The name of the file to use for the socket
Résultat System

TestFile() public static méthode

Tests a file to see if it looks like a Cygwin socket file
public static TestFile ( string path ) : bool
path string The path to the file.
Résultat bool