Returns an IRemoteSession
with the same security context in the portal as the specified user. The session is valid for 10 minutes.
Returns an IRemoteSession
with the same security context in the portal as the specified user. The session is valid for 10 minutes.
public static IRemoteSession GetExplicitLoginContext(Uri,string,string);
Returns an IRemoteSession
with the same security context in the portal as the specified user.
public static IRemoteSession GetExplicitLoginContext(Uri,string,string,int);
RemoteSessionFactory Class | Plumtree.Remote.PRC Namespace