/// <remarks/> private PermissionCenterQueryService() { PCServiceBrokerContext.Current.InitWebClientProtocol(this); this.Url = PCServiceClientSettings.GetConfig().QueryServiceAddress.ToString(); if ((this.IsLocalFileSystemWebService(this.Url) == true)) { this.UseDefaultCredentials = true; this.useDefaultCredentialsSetExplicitly = false; } else { this.useDefaultCredentialsSetExplicitly = true; } }
protected override SchemaObjectServiceSettingsBase GetSettings() { return(PCServiceClientSettings.GetConfig()); }
protected override void InitProperties() { base.InitProperties(); this.WithLock = PCServiceClientSettings.GetConfig().WithLock; }