Microsoft.Protocols.TestSuites.MS_SITESS.SitesSoap.IsScriptSafeUrlAsync C# (CSharp) Method

IsScriptSafeUrlAsync() public method

public IsScriptSafeUrlAsync ( string urls ) : void
urls string
return void
        public void IsScriptSafeUrlAsync(string[] urls)
        {
            this.IsScriptSafeUrlAsync(urls, null);
        }

Same methods

SitesSoap::IsScriptSafeUrlAsync ( string urls, object userState ) : void