OpenMetaverse.UDPBase.UDPBase C# (CSharp) Method

UDPBase() public method

Initialize the UDP packet handler in client mode
public UDPBase ( IPEndPoint endPoint ) : System
endPoint System.Net.IPEndPoint Remote UDP server to connect to
return System
        public UDPBase(IPEndPoint endPoint)
        {
            remoteEndPoint = endPoint;
            udpPort = 0;
        }

Same methods

UDPBase::UDPBase ( int port ) : System