SIPSorcery.SIP.SIPRouteSet.GetAt C# (CSharp) Method

GetAt() public method

public GetAt ( int index ) : SIPRoute
index int
return SIPRoute
        public SIPRoute GetAt(int index)
        {
            return m_sipRoutes[index];
        }