ReportingServicesBatchUpload.ReportingServices2005WebService.ReportingService2005.ReportingService2005 C# (CSharp) Method

ReportingService2005() public method

public ReportingService2005 ( ) : System.Diagnostics
return System.Diagnostics
        public ReportingService2005() {
            this.Url = global::ReportingServicesBatchUpload.Properties.Settings.Default.ReportingServicesBatchUpload_ReportingServices2005WebService_ReportingService2005;
            if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
                this.UseDefaultCredentials = true;
                this.useDefaultCredentialsSetExplicitly = false;
            }
            else {
                this.useDefaultCredentialsSetExplicitly = true;
            }
        }
        
ReportingService2005