C# Class Chimney.MPD.Net.Connection

Afficher le fichier Open project: opengd/Chimney Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Connect ( string host, string port, int timeout ) : Task
Recive ( StreamSocket streamSocket, List orstarts, List orends, List andstarts, List andends ) : Task
Send ( StreamSocket streamSocket, string send ) : Task

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Connect() public méthode

public Connect ( string host, string port, int timeout ) : Task
host string
port string
timeout int
Résultat Task

Recive() public static méthode

public static Recive ( StreamSocket streamSocket, List orstarts, List orends, List andstarts, List andends ) : Task
streamSocket Windows.Networking.Sockets.StreamSocket
orstarts List
orends List
andstarts List
andends List
Résultat Task

Send() public static méthode

public static Send ( StreamSocket streamSocket, string send ) : Task
streamSocket Windows.Networking.Sockets.StreamSocket
send string
Résultat Task