C# Class TcpClient, RTSPExample

Inheritance: MonoBehaviour
Show file Open project: fajoy/RTSPExample Class Usage Examples

Public Methods

Method Description
ConnectSocket ( string host, int port ) : void

Private Methods

Method Description
ConnectCallback ( IAsyncResult ar ) : void

Method Details

ConnectSocket() public method

public ConnectSocket ( string host, int port ) : void
host string
port int
return void