Betzalel.SimpleMulticastAnalyzer.Net.Protocols.UdpNetworkProtocol.Bind C# (CSharp) Method

Bind() public method

public Bind ( EndPoint bindedIpAddress ) : void
bindedIpAddress System.Net.EndPoint
return void
        public void Bind(EndPoint bindedIpAddress)
        {
            _socket.Bind(bindedIpAddress);

              _log.Info("Binded to " + bindedIpAddress);
        }