OctoTorrent.Client.SocketListener.SocketListener C# (CSharp) Method

SocketListener() public method

public SocketListener ( IPEndPoint endpoint ) : Common.System
endpoint System.Net.IPEndPoint
return Common.System
        public SocketListener(IPEndPoint endpoint)
            : base(endpoint)
        {
            _endAcceptCallback = EndAccept;
        }