C# Class DBus.Transports.SocketTransport

Inheritance: Transport
Exibir arquivo Open project: brookpatten/dbus-sharp Class Usage Examples

Public Methods

Method Description
AuthString ( ) : string
Open ( AddressEntry entry ) : void
Open ( Socket socket ) : void
Open ( string host, int port, string family ) : void
WriteCred ( ) : void

Method Details

AuthString() public method

public AuthString ( ) : string
return string

Open() public method

public Open ( AddressEntry entry ) : void
entry AddressEntry
return void

Open() public method

public Open ( Socket socket ) : void
socket Socket
return void

Open() public method

public Open ( string host, int port, string family ) : void
host string
port int
family string
return void

WriteCred() public method

public WriteCred ( ) : void
return void