C# 클래스 RioSharp.BenchClient.Program

파일 보기 프로젝트 열기: aL3891/RioSharp

공개 메소드들

메소드 설명
ExecuteSegment ( ) : Task
ExecuteStream ( ) : Task
ResetConnection ( ConnectionState state ) : Task
doit ( byte input, int length ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void
ProcessSocket ( RioBufferSegment s, ConnectionState state ) : void

메소드 상세

ExecuteSegment() 공개 정적인 메소드

public static ExecuteSegment ( ) : Task
리턴 Task

ExecuteStream() 공개 정적인 메소드

public static ExecuteStream ( ) : Task
리턴 Task

ResetConnection() 공개 정적인 메소드

public static ResetConnection ( ConnectionState state ) : Task
state ConnectionState
리턴 Task

doit() 공개 정적인 메소드

public static doit ( byte input, int length ) : void
input byte
length int
리턴 void