WindowsEngineTests.localhost.Service.Service C# (CSharp) Метод

Service() публичный Метод

public Service ( ) : System
Результат 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;
            }
        }