C# 클래스 dlech.SshAgentLib.CygwinSocket

상속: IDisposable
파일 보기 프로젝트 열기: dlech/SshAgentLib 1 사용 예제들

공개 메소드들

메소드 설명
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