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

IsConnectionEstablished() public method

public IsConnectionEstablished ( IPEndPoint remoteEndPoint ) : bool
remoteEndPoint System.Net.IPEndPoint
return bool
        public override bool IsConnectionEstablished(IPEndPoint remoteEndPoint)
        {
            throw new NotImplementedException();
        }