C# Class TcpServer, RTSPExample

显示文件 Open project: fajoy/RTSPExample Class Usage Examples

Public Methods

Method Description
TcpServer ( int listenPort ) : System
beginAccept ( ) : void
close ( ) : void
isListen ( ) : bool

Private Methods

Method Description
AcceptCallback ( IAsyncResult ar ) : void

Method Details

TcpServer() public method

public TcpServer ( int listenPort ) : System
listenPort int
return System

beginAccept() public method

public beginAccept ( ) : void
return void

close() public method

public close ( ) : void
return void

isListen() public method

public isListen ( ) : bool
return bool