// Token: 0x060004F8 RID: 1272 RVA: 0x0001B79C File Offset: 0x0001999C
 protected override Uri GetTargetBackEndServerUrl()
 {
     return(new UriBuilder(base.GetTargetBackEndServerUrl())
     {
         Path = UrlHelper.AppendProxyToApplicationPath(base.ClientRequest.ApplicationPath, base.ClientRequest.Url.AbsolutePath)
     }.Uri);
 }