C# 클래스 fit.Runner.FitSocket

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

공개 메소드들

메소드 설명
Close ( ) : void
EstablishConnection ( string request ) : void
FitSocket ( SocketModel socket, ProgressReporter reporter ) : System
ReceiveDocument ( ) : string
SendCounts ( TestCounts counts ) : void
SendDocument ( string document ) : void
Transmit ( string message ) : void

비공개 메소드들

메소드 설명
ReceiveInteger ( ) : int

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

EstablishConnection() 공개 메소드

public EstablishConnection ( string request ) : void
request string
리턴 void

FitSocket() 공개 메소드

public FitSocket ( SocketModel socket, ProgressReporter reporter ) : System
socket SocketModel
reporter ProgressReporter
리턴 System

ReceiveDocument() 공개 메소드

public ReceiveDocument ( ) : string
리턴 string

SendCounts() 공개 메소드

public SendCounts ( TestCounts counts ) : void
counts fitSharp.Fit.Model.TestCounts
리턴 void

SendDocument() 공개 메소드

public SendDocument ( string document ) : void
document string
리턴 void

Transmit() 공개 메소드

public Transmit ( string message ) : void
message string
리턴 void