C# 클래스 FileFind.Meshwork.Transport.TransportManager

파일 보기 프로젝트 열기: codebutler/meshwork 1 사용 예제들

공개 메소드들

메소드 설명
GetFriendlyName ( Type type ) : string
Remove ( ITransport transport ) : void
TransportManager ( ) : System

비공개 메소드들

메소드 설명
Add ( ITransport transport ) : void
Add ( ITransport transport, TransportCallback connectCallback ) : void
OnConnected ( ITransport transport ) : void
RaiseTransportError ( ITransport transport, Exception ex ) : void

메소드 상세

GetFriendlyName() 공개 메소드

public GetFriendlyName ( Type type ) : string
type System.Type
리턴 string

Remove() 공개 메소드

public Remove ( ITransport transport ) : void
transport ITransport
리턴 void

TransportManager() 공개 메소드

public TransportManager ( ) : System
리턴 System