C# Class WebRTC_Sample.SimpleRendezvousServer.ReadWrapper

Mostra file Open project: PearLtd/iWebRTC

Public Properties

Property Type Description
buffer byte[]
client System.Net.Sockets.TcpClient
offset int
s Stream
totalRead int

Public Methods

Method Description
ReadWrapper ( TcpClient c, byte data ) : System

Method Details

ReadWrapper() public method

public ReadWrapper ( TcpClient c, byte data ) : System
c System.Net.Sockets.TcpClient
data byte
return System

Property Details

buffer public_oe property

public byte[] buffer
return byte[]

client public_oe property

public TcpClient,System.Net.Sockets client
return System.Net.Sockets.TcpClient

offset public_oe property

public int offset
return int

s public_oe property

public Stream s
return Stream

totalRead public_oe property

public int totalRead
return int