CSharpRTMP.Core.Protocols.Cluster.MasterClusterAppProtocolHandler.OnSOCreated C# (CSharp) Method

OnSOCreated() public method

public OnSOCreated ( SO so ) : void
so CSharpRTMP.Core.Protocols.Rtmp.SO
return void
        public override void OnSOCreated(SO so)
        {
            foreach (var inboundClusterProtocol in InboundClusters)
            {
                so.RegisterProtocol(inboundClusterProtocol);
            }
        }