C# Class J9Updater.FileTransferSvc.Server

Inheritance: IDisposable
Exibir arquivo Open project: zlphoenix/LearnCSharp

Public Properties

Property Type Description
allDone System.Threading.ManualResetEvent

Public Methods

Method Description
AcceptCallback ( IAsyncResult ar ) : void
Dispose ( ) : void

执行与释放或重置非托管资源相关的应用程序定义的任务。

LabelWriter ( ) : void
ReadCallback ( IAsyncResult ar ) : void
Server ( ) : System
StartListening ( ) : void

Private Methods

Method Description
ReadCallbackFileRecive ( IAsyncResult ar ) : void

Method Details

AcceptCallback() public method

public AcceptCallback ( IAsyncResult ar ) : void
ar IAsyncResult
return void

Dispose() public method

执行与释放或重置非托管资源相关的应用程序定义的任务。
public Dispose ( ) : void
return void

LabelWriter() public method

public LabelWriter ( ) : void
return void

ReadCallback() public method

public ReadCallback ( IAsyncResult ar ) : void
ar IAsyncResult
return void

Server() public method

public Server ( ) : System
return System

StartListening() public method

public StartListening ( ) : void
return void

Property Details

allDone public_oe static_oe property

public static ManualResetEvent,System.Threading allDone
return System.Threading.ManualResetEvent