[System]: WebRequest.GetSystemProxy(): Return custom proxy for monodroid.
[mono.git] / mcs / class / System / System.Net / ICredentialsByHost.cs
index ef82700bb4e0978081d54f9c5b997b1e64ce2d24..281d87b1a511acd4afba98708f902bbaa36bb3f2 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 namespace System.Net {
        public interface ICredentialsByHost
        {
-               NetworkCredential GetCredential (string host, int port, string authType);
+               NetworkCredential GetCredential (string host, int port, string authenticationType);
        }
 }
-
-#endif