API Diff between 4.0.10-beta-22605 and 4.0.10-beta-22231
323 Additions
0 Removals
System.Net
-
public enum AuthenticationSchemes
-
public sealed class Cookie
- public string { get; set; }
- public Uri { get; set; }
- public bool Discard { get; set; }
- public string Domain { get; set; }
- public bool Expired { get; set; }
- public DateTime Expires { get; set; }
- public bool HttpOnly { get; set; }
- public string Name { get; set; }
- public string Path { get; set; }
- public string Port { get; set; }
- public bool Secure { get; set; }
- public DateTime TimeStamp { get; }
- public string Value { get; set; }
- public int Version { get; set; }
- public Cookie()
- public Cookie(string name, string value)
- public Cookie(string name, string value, string path)
- public Cookie(string name, string value, string path, string domain)
-
public class CookieCollection : ICollection, IEnumerable
-
public class CookieContainer
-
public class CookieException : FormatException
-
public class CredentialCache : IEnumerable, ICredentials, ICredentialsByHost
- public static ICredentials DefaultCredentials { get; }
- public static NetworkCredential DefaultNetworkCredentials { get; }
- public CredentialCache()
- public void Add(string host, int port, string authenticationType, NetworkCredential credential)
- public void Add(Uri uriPrefix, string authType, NetworkCredential cred)
- public NetworkCredential GetCredential(string host, int port, string authenticationType)
- public NetworkCredential GetCredential(Uri uriPrefix, string authType)
- public IEnumerator GetEnumerator()
- public void Remove(string host, int port, string authenticationType)
- public void Remove(Uri uriPrefix, string authType)
-
public enum DecompressionMethods
-
public class DnsEndPoint : EndPoint
-
public abstract class EndPoint
-
public enum HttpStatusCode
-
public interface ICredentials
-
public interface ICredentialsByHost
-
public class IPAddress
-
public class IPEndPoint : EndPoint
-
public interface IWebProxy
-
public class NetworkCredential : ICredentials, ICredentialsByHost
-
public class SocketAddress
-
public abstract class TransportContext
System.Net.NetworkInformation
System.Net.Security
System.Net.Sockets
System.Security.Authentication
System.Security.Authentication.ExtendedProtection