OctoTorrent.UdpListener.OnMessageReceived C# (CSharp) Method

OnMessageReceived() protected abstract method

protected abstract OnMessageReceived ( byte buffer, IPEndPoint endpoint ) : void
buffer byte
endpoint System.Net.IPEndPoint
return void
        protected abstract void OnMessageReceived(byte[] buffer, IPEndPoint endpoint);