C# Class CSharpRTMP.Core.Protocols.Cluster.OutboundClusterProtocol

Inheritance: BaseClusterProtocol
Show file Open project: langhuihui/csharprtmp Class Usage Examples

Public Methods

Method Description
SignalProtocolCreated ( BaseProtocol protocol, Variant customParameters ) : bool

Protected Methods

Method Description
OnReceive ( ClusterMessageType type ) : void

Method Details

OnReceive() protected method

protected OnReceive ( ClusterMessageType type ) : void
type ClusterMessageType
return void

SignalProtocolCreated() public static method

public static SignalProtocolCreated ( BaseProtocol protocol, Variant customParameters ) : bool
protocol BaseProtocol
customParameters CSharpRTMP.Common.Variant
return bool