Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/291.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/35.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 凭据的命名空间_C#_Asp.net_Web Services - Fatal编程技术网

C# 凭据的命名空间

C# 凭据的命名空间,c#,asp.net,web-services,C#,Asp.net,Web Services,我想为这样的web服务编写凭证 private Credentials credentials; 但我在这条线上犯了个错误 找不到类型或命名空间名称“凭据”(是否缺少using指令或程序集引用?) 我怀疑它在ExtentrixWS名称空间中-这意味着您需要ExtentrixWS库。但是你真的在使用ExtentrixWS web服务吗?我认为web服务需要凭据,如果我不使用它,就会出现错误远程名称无法解析

我想为这样的web服务编写凭证

private Credentials credentials;
但我在这条线上犯了个错误 找不到类型或命名空间名称“凭据”(是否缺少using指令或程序集引用?)


我怀疑它在
ExtentrixWS
名称空间中-这意味着您需要ExtentrixWS库。但是你真的在使用ExtentrixWS web服务吗?

我认为web服务需要凭据,如果我不使用它,就会出现错误
远程名称无法解析