CSharpRTMP.Core.Protocols.Rtmfp.InboundRTMFPProtocol.OnHandshake C# (CSharp) Method

OnHandshake() public method

public OnHandshake ( IPEndPoint address, string path, NameValueCollection properties, uint attempts, List addresses ) : void
address System.Net.IPEndPoint
path string
properties System.Collections.Specialized.NameValueCollection
attempts uint
addresses List
return void
        public override void OnHandshake(IPEndPoint address, string path, NameValueCollection properties, uint attempts, List<string> addresses)
        {
            // Logger.Debug(path);
        }
        public override void OnManage(Peer peer)