C# 클래스 Chimney.MPD.Net.Connection

파일 보기 프로젝트 열기: opengd/Chimney 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Connect() 공개 메소드

public Connect ( string host, string port, int timeout ) : Task
host string
port string
timeout int
리턴 Task

Recive() 공개 정적인 메소드

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
리턴 Task

Send() 공개 정적인 메소드

public static Send ( StreamSocket streamSocket, string send ) : Task
streamSocket Windows.Networking.Sockets.StreamSocket
send string
리턴 Task