public string GetRequestPath() { var url = ""; if (m_Session != null) { url = HttpMessage.GetSessionData(m_Session, "Path").ToString(); } return(url); }