SIPSorcery.SIP.SilverlightTCPSIPChannel.SilverlightTCPSIPChannel C# (CSharp) Method

SilverlightTCPSIPChannel() public method

public SilverlightTCPSIPChannel ( ) : NUnit.Framework
return NUnit.Framework
        public SilverlightTCPSIPChannel()
        {
            m_localSIPEndPoint = new SIPEndPoint(SIPProtocolsEnum.tcp, new IPEndPoint(IPAddress.Any, 0));
            m_isReliable = true;
            m_socket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
        }