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

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

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

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

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

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

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

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

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

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

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

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