WindowsEngineTests.localhost.Service.Service C# (CSharp) Method

Service() public method

public Service ( ) : System
return System
        public Service() {
            this.Url = global::WindowsEngineTests.Properties.Settings.Default.WindowsEngineTests_localhost_Service;
            if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
                this.UseDefaultCredentials = true;
                this.useDefaultCredentialsSetExplicitly = false;
            }
            else {
                this.useDefaultCredentialsSetExplicitly = true;
            }
        }