Helios.Channels.Sockets.TcpSocketChannel.DoBind C# (CSharp) Method

DoBind() protected method

protected DoBind ( EndPoint localAddress ) : void
localAddress System.Net.EndPoint
return void
        protected override void DoBind(EndPoint localAddress)
        {
            Socket.Bind(localAddress);
        }