ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportControls.Servicing Namespace : ServiceProxyBase Class |
'Declaration Public MustInherit Class ServiceProxyBase
public abstract class ServiceProxyBase
ReportServiceProxy.ResolveRemoteEndpoint += ResolveRemoteEndpoint;
<%@ Import Namespace="ActiveReports.Server.ReportControls.Servicing" %>
static void ResolveRemoteEndpoint(RemoteEndpoint remoteEndpoint) { if (SessionStorage.Address == null) { return; } remoteEndpoint.Address = SessionStorage.Address; remoteEndpoint.SecurityToken = SessionStorage.SecurityToken; }
System.Object
ActiveReports.Server.ReportControls.Servicing.ServiceProxyBase
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2