C# 클래스 CSharpRTMP.Core.Protocols.Rtmp.SOManager

상속: IDisposable
파일 보기 프로젝트 열기: langhuihui/csharprtmp

공개 프로퍼티들

프로퍼티 타입 설명
Application BaseClientApplication

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ProcessSharedObjectPrimitive ( BaseRTMPProtocol pFrom, SO pSO, string name, Variant request, int primitiveId ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Process() 공개 메소드

public Process ( BaseRTMPProtocol pFrom, Variant request ) : bool
pFrom BaseRTMPProtocol
request Variant
리턴 bool

Process() 공개 메소드

public Process ( BaseProtocol pFrom, string name, bool isPersistent, Variant primitives ) : void
pFrom BaseProtocol
name string
isPersistent bool
primitives Variant
리턴 void

RegisterProtocol() 공개 메소드

public RegisterProtocol ( BaseClusterProtocol protocol ) : void
protocol CSharpRTMP.Core.Protocols.Cluster.BaseClusterProtocol
리턴 void

SOManager() 공개 메소드

public SOManager ( BaseClientApplication application ) : System
application BaseClientApplication
리턴 System

UnRegisterProtocol() 공개 메소드

public UnRegisterProtocol ( BaseProtocol protocol ) : void
protocol BaseProtocol
리턴 void

this() 공개 메소드

public this ( string name, bool persistent = false ) : SO
name string
persistent bool
리턴 SO

프로퍼티 상세

Application 공개적으로 프로퍼티

public BaseClientApplication Application
리턴 BaseClientApplication