C# Class DBus.Transports.SocketTransport

Inheritance: Transport
Afficher le fichier Open project: brookpatten/dbus-sharp Class Usage Examples

Méthodes publiques

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

public AuthString ( ) : string
Résultat string

Open() public méthode

public Open ( AddressEntry entry ) : void
entry AddressEntry
Résultat void

Open() public méthode

public Open ( Socket socket ) : void
socket Socket
Résultat void

Open() public méthode

public Open ( string host, int port, string family ) : void
host string
port int
family string
Résultat void

WriteCred() public méthode

public WriteCred ( ) : void
Résultat void