CSharpRTMP.Core.Protocols.Rtmfp.BaseRtmfpAppProtocolHandler.CallClient C# (CSharp) Метод

CallClient() публичный Метод

public CallClient ( BaseProtocol to, string functionName, Variant param ) : void
to BaseProtocol
functionName string
param Variant
Результат void
        public override void CallClient(BaseProtocol to, string functionName, Variant param)
        {
            //throw new NotImplementedException();
        }