C# Class FileFind.Meshwork.Transport.TransportManager

Afficher le fichier Open project: codebutler/meshwork Class Usage Examples

Méthodes publiques

Méthode Description
GetFriendlyName ( Type type ) : string
Remove ( ITransport transport ) : void
TransportManager ( ) : System

Private Methods

Méthode Description
Add ( ITransport transport ) : void
Add ( ITransport transport, TransportCallback connectCallback ) : void
OnConnected ( ITransport transport ) : void
RaiseTransportError ( ITransport transport, Exception ex ) : void

Method Details

GetFriendlyName() public méthode

public GetFriendlyName ( Type type ) : string
type System.Type
Résultat string

Remove() public méthode

public Remove ( ITransport transport ) : void
transport ITransport
Résultat void

TransportManager() public méthode

public TransportManager ( ) : System
Résultat System