C# 클래스 WebRTC_Sample.SimpleRendezvousServer.ReadWrapper

파일 보기 프로젝트 열기: PearLtd/iWebRTC

공개 프로퍼티들

프로퍼티 타입 설명
buffer byte[]
client System.Net.Sockets.TcpClient
offset int
s Stream
totalRead int

공개 메소드들

메소드 설명
ReadWrapper ( TcpClient c, byte data ) : System

메소드 상세

ReadWrapper() 공개 메소드

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

프로퍼티 상세

buffer 공개적으로 프로퍼티

public byte[] buffer
리턴 byte[]

client 공개적으로 프로퍼티

public TcpClient,System.Net.Sockets client
리턴 System.Net.Sockets.TcpClient

offset 공개적으로 프로퍼티

public int offset
리턴 int

s 공개적으로 프로퍼티

public Stream s
리턴 Stream

totalRead 공개적으로 프로퍼티

public int totalRead
리턴 int