SAPIWS_Sample.SPMLSoapClient.SPML.SPML C# (CSharp) Method

SPML() public method

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