C# Class Granados.X11.X11CygwinDomainSocket

A IX11Socket implementation that connects to the X server by using the Cygwin's unix domain socket emulation.
Inheritance: X11TcpSocket
Mostra file Open project: poderosaproject/poderosa

Public Methods

Method Description
X11CygwinDomainSocket ( string x11UnixPath ) : System

Protected Methods

Method Description
DoConnect ( int display ) : Socket

Private Methods

Method Description
FindDomainSocketFile ( int display ) : string
Negotiate ( Socket sock, uint guid ) : void
ParseDomainSocketFile ( string path ) : uint[]>.Tuple
putUInt32LE ( byte buff, int offset, uint value ) : void

Method Details

DoConnect() protected method

protected DoConnect ( int display ) : Socket
display int
return Socket

X11CygwinDomainSocket() public method

public X11CygwinDomainSocket ( string x11UnixPath ) : System
x11UnixPath string
return System