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
|
Method | Description | |
---|---|---|
AcceptConnections ( ) : void | ||
Dispose ( bool disposing ) : void |
public MsysSocket ( string path ) : System | ||
path | string | The name of the file to use for the socket |
return | System |
public static TestFile ( string path ) : bool | ||
path | string | The path to the file. |
return | bool |