C# Class dlech.SshAgentLib.CygwinSocket

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

Public Methods

Method Description
CygwinSocket ( string path ) : System

Create new "unix domain" socket for use with Cygwin

Dispose ( ) : void
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

CygwinSocket() public method

Create new "unix domain" socket for use with Cygwin
public CygwinSocket ( string path ) : System
path string The name of the file to use for the socket
return System

Dispose() public method

public Dispose ( ) : void
return void

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