C# Class CSharpRTMP.Core.NetIO.TCPCarrier

Inheritance: IOHandler
Afficher le fichier Open project: langhuihui/csharprtmp Class Usage Examples

Méthodes publiques

Свойство Type Description
Rx int

Méthodes publiques

Méthode Description
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

Method Details

GetStats() public méthode

public GetStats ( Variant info ) : bool
info Variant
Résultat bool

GetStats() public méthode

public GetStats ( Variant info, uint namespaceId ) : void
info Variant
namespaceId uint
Résultat void

OnEvent() public méthode

public OnEvent ( SocketAsyncEventArgs e ) : bool
e System.Net.Sockets.SocketAsyncEventArgs
Résultat bool

SetReceiveBuffer() public méthode

public SetReceiveBuffer ( InputStream ms, SocketAsyncEventArgs socketAsyncEventArgs ) : bool
ms CSharpRTMP.Common.InputStream
socketAsyncEventArgs System.Net.Sockets.SocketAsyncEventArgs
Résultat bool

SignalOutputData() public méthode

public SignalOutputData ( MemoryStream s = null ) : bool
s System.IO.MemoryStream
Résultat bool

TCPCarrier() public méthode

public TCPCarrier ( Socket socket ) : System
socket Socket
Résultat System

Property Details

Rx public_oe property

public int Rx
Résultat int