C# Class HumbleNetwork.Streams.DelimitedStream

Inheritance: HumbleStreamBase
Mostra file Open project: joaofx/HumbleNetwork

Public Methods

Method Description
DelimitedStream ( TcpClient client, string delimiter ) : System
Receive ( ) : string

Protected Methods

Method Description
CustomSend ( byte data ) : void
ReceiveMessage ( ) : string

Method Details

CustomSend() protected method

protected CustomSend ( byte data ) : void
data byte
return void

DelimitedStream() public method

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

Receive() public method

public Receive ( ) : string
return string

ReceiveMessage() protected method

protected ReceiveMessage ( ) : string
return string