C# Class SubServer.TransferService

Inheritance: BaseService
显示文件 Open project: SiteView/ECC8.13

Public Methods

Method Description
GetByteStreams ( ) : ByteStream>.Dictionary
Start ( ) : void
Stop ( ) : void
TransferService ( ) : System

Private Methods

Method Description
EndAccept ( IAsyncResult ar ) : void
Listen ( ) : void
OnSocket5Processed ( Socket5 sender, bool result ) : void
StartService ( ) : void

Method Details

GetByteStreams() public method

public GetByteStreams ( ) : ByteStream>.Dictionary
return ByteStream>.Dictionary

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

TransferService() public method

public TransferService ( ) : System
return System