C# 클래스 fitSharp.IO.SocketSession

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

공개 메소드들

메소드 설명
Close ( ) : void
Read ( int bytesToRead ) : string
SocketSession ( SocketModel socket ) : System.Text
Write ( string message ) : void
Write ( string message, string prefixFormat ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Read() 공개 메소드

public Read ( int bytesToRead ) : string
bytesToRead int
리턴 string

SocketSession() 공개 메소드

public SocketSession ( SocketModel socket ) : System.Text
socket SocketModel
리턴 System.Text

Write() 공개 메소드

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

Write() 공개 메소드

public Write ( string message, string prefixFormat ) : void
message string
prefixFormat string
리턴 void