C# 클래스 CSharpRTMP.Core.NetIO.TCPCarrier

상속: IOHandler
파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Rx int

공개 메소드들

메소드 설명
GetStats ( Variant info ) : bool
GetStats ( Variant info, uint namespaceId ) : void
OnEvent ( SocketAsyncEventArgs e ) : bool
SetReceiveBuffer ( InputStream ms, SocketAsyncEventArgs socketAsyncEventArgs ) : bool
SignalOutputData ( MemoryStream s = null ) : bool
TCPCarrier ( Socket socket ) : System

메소드 상세

GetStats() 공개 메소드

public GetStats ( Variant info ) : bool
info Variant
리턴 bool

GetStats() 공개 메소드

public GetStats ( Variant info, uint namespaceId ) : void
info Variant
namespaceId uint
리턴 void

OnEvent() 공개 메소드

public OnEvent ( SocketAsyncEventArgs e ) : bool
e System.Net.Sockets.SocketAsyncEventArgs
리턴 bool

SetReceiveBuffer() 공개 메소드

public SetReceiveBuffer ( InputStream ms, SocketAsyncEventArgs socketAsyncEventArgs ) : bool
ms CSharpRTMP.Common.InputStream
socketAsyncEventArgs System.Net.Sockets.SocketAsyncEventArgs
리턴 bool

SignalOutputData() 공개 메소드

public SignalOutputData ( MemoryStream s = null ) : bool
s System.IO.MemoryStream
리턴 bool

TCPCarrier() 공개 메소드

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

프로퍼티 상세

Rx 공개적으로 프로퍼티

public int Rx
리턴 int