Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web.Services/System.Web.Services.Protocols/WebClientProtocol.cs')
-rw-r--r--mcs/class/System.Web.Services/System.Web.Services.Protocols/WebClientProtocol.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/mcs/class/System.Web.Services/System.Web.Services.Protocols/WebClientProtocol.cs b/mcs/class/System.Web.Services/System.Web.Services.Protocols/WebClientProtocol.cs
index 4c3f70a16e9..a56615b44dd 100644
--- a/mcs/class/System.Web.Services/System.Web.Services.Protocols/WebClientProtocol.cs
+++ b/mcs/class/System.Web.Services/System.Web.Services.Protocols/WebClientProtocol.cs
@@ -138,13 +138,6 @@ namespace System.Web.Services.Protocols {
uri = new Uri (url);
}
}
-#if NET_2_0
- [MonoTODO]
- public bool UseDefaultCredentials {
- get { throw new NotImplementedException (); }
- set { throw new NotImplementedException (); }
- }
-#endif
#endregion // Properties