C# 클래스 SaintsRowAPI.Hydra.HydraConnection

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

공개 메소드들

메소드 설명
Handle ( ) : void
HydraConnection ( Socket socket ) : System
ReadBytes ( long count ) : byte[]
ReadStringToCrLf ( ) : string
WriteBytes ( Array bytes ) : void
WriteStringAndCrLf ( string format ) : void

비공개 메소드들

메소드 설명
ReadByte ( ) : byte

메소드 상세

Handle() 공개 메소드

public Handle ( ) : void
리턴 void

HydraConnection() 공개 메소드

public HydraConnection ( Socket socket ) : System
socket Socket
리턴 System

ReadBytes() 공개 메소드

public ReadBytes ( long count ) : byte[]
count long
리턴 byte[]

ReadStringToCrLf() 공개 메소드

public ReadStringToCrLf ( ) : string
리턴 string

WriteBytes() 공개 메소드

public WriteBytes ( Array bytes ) : void
bytes Array
리턴 void

WriteStringAndCrLf() 공개 메소드

public WriteStringAndCrLf ( string format ) : void
format string
리턴 void