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
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode Description
X11CygwinDomainSocket ( string x11UnixPath ) : System

Méthodes protégées

Méthode Description
DoConnect ( int display ) : Socket

Private Methods

Méthode 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 méthode

protected DoConnect ( int display ) : Socket
display int
Résultat Socket

X11CygwinDomainSocket() public méthode

public X11CygwinDomainSocket ( string x11UnixPath ) : System
x11UnixPath string
Résultat System