C# Class FileFind.Meshwork.Transport.TransportManager

Show file Open project: codebutler/meshwork Class Usage Examples

Public Methods

Method Description
GetFriendlyName ( Type type ) : string
Remove ( ITransport transport ) : void
TransportManager ( ) : System

Private Methods

Method 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 method

public GetFriendlyName ( Type type ) : string
type System.Type
return string

Remove() public method

public Remove ( ITransport transport ) : void
transport ITransport
return void

TransportManager() public method

public TransportManager ( ) : System
return System