C# Класс dlech.SshAgentLib.MsysSocket

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
AcceptConnections ( ) : void
Dispose ( bool disposing ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

MsysSocket() публичный Метод

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
Результат System

TestFile() публичный статический Метод

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.
Результат bool