C# Class TcpClient, RTSPExample

Inheritance: MonoBehaviour
Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Méthodes publiques

Méthode Description
ConnectSocket ( string host, int port ) : void

Private Methods

Méthode Description
ConnectCallback ( IAsyncResult ar ) : void

Method Details

ConnectSocket() public méthode

public ConnectSocket ( string host, int port ) : void
host string
port int
Résultat void