CSharpRTMP.Core.Protocols.Rtmfp.BaseRtmfpProtocol.PerformHandshake C# (CSharp) Method

PerformHandshake() public method

public PerformHandshake ( byte tag, H2NBinaryWriter response, IPEndPoint address, byte peerIdWanted ) : byte
tag byte
response CSharpRTMP.Common.H2NBinaryWriter
address System.Net.IPEndPoint
peerIdWanted byte
return byte
        public virtual byte PerformHandshake(byte[] tag, H2NBinaryWriter response, IPEndPoint address, byte[] peerIdWanted)
        {
            //throw new NotImplementedException();
            return 0;
        }