Example #1
0
 public ManagedTokenOrganizationServiceProxy(Uri serviceUri, ClientCredentials userCredentials)
     : base(serviceUri, null, userCredentials, null)
 {
     this._proxyManager = new AutoRefreshSecurityToken <OrganizationServiceProxy, IOrganizationService>(this);
 }
Example #2
0
 public ManagedTokenDiscoveryServiceProxy(Uri serviceUri, ClientCredentials userCredentials)
     : base(serviceUri, null, userCredentials, null)
 {
     this._proxyManager = new AutoRefreshSecurityToken <DiscoveryServiceProxy, IDiscoveryService>(this);
 }