C# Class dlech.SshAgentLib.MsysSocket

Inheritance: IDisposable
Show file Open project: dlech/SshAgentLib Class Usage Examples

Public Methods

Method 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

Method Description
AcceptConnections ( ) : void
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MsysSocket() public method

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
return System

TestFile() public static method

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.
return bool