C# 클래스 HumbleNetwork.Streams.DelimitedStream

상속: HumbleStreamBase
파일 보기 프로젝트 열기: joaofx/HumbleNetwork

공개 메소드들

메소드 설명
DelimitedStream ( TcpClient client, string delimiter ) : System
Receive ( ) : string

보호된 메소드들

메소드 설명
CustomSend ( byte data ) : void
ReceiveMessage ( ) : string

메소드 상세

CustomSend() 보호된 메소드

protected CustomSend ( byte data ) : void
data byte
리턴 void

DelimitedStream() 공개 메소드

public DelimitedStream ( TcpClient client, string delimiter ) : System
client System.Net.Sockets.TcpClient
delimiter string
리턴 System

Receive() 공개 메소드

public Receive ( ) : string
리턴 string

ReceiveMessage() 보호된 메소드

protected ReceiveMessage ( ) : string
리턴 string