Пример #1
0
        /// <summary>
        /// Returns Agent State code for building requests
        /// </summary>
        /// <returns></returns>
        public string GetAgentState()
        {
            if (AgentState != null)
            {
                return(AgentState.Contains("-") ? AgentState.Split('-')[1] : AgentState);
            }

            return(null);
        }