C# Class DBus.Transports.UnixMonoTransport

Inheritance: UnixTransport
Exibir arquivo Open project: brookpatten/dbus-sharp

Protected Properties

Property Type Description
socket Socket

Public Methods

Method Description
AuthString ( ) : string
Open ( string path, bool @abstract ) : void
OpenUnix ( string path ) : Socket
WriteCred ( ) : void

Protected Methods

Method Description
OpenAbstractUnix ( string path ) : Socket

Method Details

AuthString() public method

public AuthString ( ) : string
return string

Open() public method

public Open ( string path, bool @abstract ) : void
path string
@abstract bool
return void

OpenAbstractUnix() protected method

protected OpenAbstractUnix ( string path ) : Socket
path string
return Socket

OpenUnix() public method

public OpenUnix ( string path ) : Socket
path string
return Socket

WriteCred() public method

public WriteCred ( ) : void
return void

Property Details

socket protected_oe property

protected Socket socket
return Socket