C# 클래스 Granados.X11.X11CygwinDomainSocket

A IX11Socket implementation that connects to the X server by using the Cygwin's unix domain socket emulation.
상속: X11TcpSocket
파일 보기 프로젝트 열기: poderosaproject/poderosa

공개 메소드들

메소드 설명
X11CygwinDomainSocket ( string x11UnixPath ) : System

보호된 메소드들

메소드 설명
DoConnect ( int display ) : Socket

비공개 메소드들

메소드 설명
FindDomainSocketFile ( int display ) : string
Negotiate ( Socket sock, uint guid ) : void
ParseDomainSocketFile ( string path ) : uint[]>.Tuple
putUInt32LE ( byte buff, int offset, uint value ) : void

메소드 상세

DoConnect() 보호된 메소드

protected DoConnect ( int display ) : Socket
display int
리턴 Socket

X11CygwinDomainSocket() 공개 메소드

public X11CygwinDomainSocket ( string x11UnixPath ) : System
x11UnixPath string
리턴 System