<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="GetLiveURL.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Tools.ListenLesson.GetLiveURL" %> <%if (this.ErrorCode != 0) { %> ErrorCode=<%= this.ErrorCode %> Message=<%= this.Message %> <% } else { %> ErrorCode=0 LiveUrl=<%= this.RTSPURL %> PreviewUrl=<%= this.Preview %> <% } %>