简体   繁体   中英

Namespace for Credentials

I wanted to write credential for web services like this

private Credentials credentials;

But i am getting error to this line that The type or namespace name 'Credentials' could not be found (are you missing a using directive or an assembly reference?)

Calling Web Service using ASP.NET

I suspect it's in the ExtentrixWS namespace - which means you need the ExtentrixWS library. But are you actually consuming an ExtentrixWS web service?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM