C# Class CSharpRTMP.Core.Protocols.Rtmp.SOManager

Inheritance: IDisposable
Afficher le fichier Open project: langhuihui/csharprtmp

Méthodes publiques

Свойство Type Description
Application BaseClientApplication

Méthodes publiques

Méthode Description
Dispose ( ) : void
Process ( BaseRTMPProtocol pFrom, Variant request ) : bool
Process ( BaseProtocol pFrom, string name, bool isPersistent, Variant primitives ) : void
RegisterProtocol ( BaseClusterProtocol protocol ) : void
SOManager ( BaseClientApplication application ) : System
UnRegisterProtocol ( BaseProtocol protocol ) : void
this ( string name, bool persistent = false ) : SO

Private Methods

Méthode Description
ProcessSharedObjectPrimitive ( BaseRTMPProtocol pFrom, SO pSO, string name, Variant request, int primitiveId ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Process() public méthode

public Process ( BaseRTMPProtocol pFrom, Variant request ) : bool
pFrom BaseRTMPProtocol
request Variant
Résultat bool

Process() public méthode

public Process ( BaseProtocol pFrom, string name, bool isPersistent, Variant primitives ) : void
pFrom BaseProtocol
name string
isPersistent bool
primitives Variant
Résultat void

RegisterProtocol() public méthode

public RegisterProtocol ( BaseClusterProtocol protocol ) : void
protocol CSharpRTMP.Core.Protocols.Cluster.BaseClusterProtocol
Résultat void

SOManager() public méthode

public SOManager ( BaseClientApplication application ) : System
application BaseClientApplication
Résultat System

UnRegisterProtocol() public méthode

public UnRegisterProtocol ( BaseProtocol protocol ) : void
protocol BaseProtocol
Résultat void

this() public méthode

public this ( string name, bool persistent = false ) : SO
name string
persistent bool
Résultat SO

Property Details

Application public_oe property

public BaseClientApplication Application
Résultat BaseClientApplication