artifacts\obj\System.Net.Primitives\Debug\net10.0\System.Net.Primitives.notsupported.cs (241)
22public Cookie() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
23public Cookie(string name, string? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
24public Cookie(string name, string? value, string? path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
25public Cookie(string name, string? value, string? path, string? domain) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
27public string Comment { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
28public System.Uri? CommentUri { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
29public bool Discard { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
31public string Domain { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
32public bool Expired { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
33public System.DateTime Expires { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
34public bool HttpOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
35public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
37public string Path { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
39public string Port { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
40public bool Secure { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
41public System.DateTime TimeStamp { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
43public string Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
44public int Version { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
45public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? comparand) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
46public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
47public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
51public CookieCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
52public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
53public bool IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
54public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
55public System.Net.Cookie this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
56public System.Net.Cookie? this[string name] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
57public object SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
58public void Add(System.Net.Cookie cookie) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
59public void Add(System.Net.CookieCollection cookies) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
60public void Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
61public bool Contains(System.Net.Cookie cookie) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
62public void CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
63public void CopyTo(System.Net.Cookie[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
64public System.Collections.IEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
65public bool Remove(System.Net.Cookie cookie) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
66System.Collections.Generic.IEnumerator<System.Net.Cookie> System.Collections.Generic.IEnumerable<System.Net.Cookie>.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
73public CookieContainer() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
74public CookieContainer(int capacity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
75public CookieContainer(int capacity, int perDomainCapacity, int maxCookieSize) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
76public int Capacity { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
77public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
78public int MaxCookieSize { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
79public int PerDomainCapacity { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
80public void Add(System.Net.Cookie cookie) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
81public void Add(System.Net.CookieCollection cookies) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
82public void Add(System.Uri uri, System.Net.Cookie cookie) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
83public void Add(System.Uri uri, System.Net.CookieCollection cookies) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
84public System.Net.CookieCollection GetAllCookies() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
85public string GetCookieHeader(System.Uri uri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
86public System.Net.CookieCollection GetCookies(System.Uri uri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
87public void SetCookies(System.Uri uri, string cookieHeader) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
91public CookieException() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
92public CookieException(string? message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
93public CookieException(string? message, System.Exception? innerException) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
96protected CookieException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
99public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
100void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
104public CredentialCache() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
105public static System.Net.ICredentials DefaultCredentials { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
106public static System.Net.NetworkCredential DefaultNetworkCredentials { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
107public void Add(string host, int port, string authenticationType, System.Net.NetworkCredential credential) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
108public void Add(System.Uri uriPrefix, string authType, System.Net.NetworkCredential cred) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
109public System.Net.NetworkCredential? GetCredential(string host, int port, string authenticationType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
110public System.Net.NetworkCredential? GetCredential(System.Uri uriPrefix, string authType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
111public System.Collections.IEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
112public void Remove(string? host, int port, string? authenticationType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
113public void Remove(System.Uri? uriPrefix, string? authType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
126public DnsEndPoint(string host, int port) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
127public DnsEndPoint(string host, int port, System.Net.Sockets.AddressFamily addressFamily) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
128public override System.Net.Sockets.AddressFamily AddressFamily { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
129public string Host { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
130public int Port { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
131public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? comparand) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
132public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
133public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
137protected EndPoint() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
138public virtual System.Net.Sockets.AddressFamily AddressFamily { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
139public virtual System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
140public virtual System.Net.SocketAddress Serialize() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
237public IPAddress(byte[] address) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
238public IPAddress(byte[] address, long scopeid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
239public IPAddress(long newAddress) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
240public IPAddress(System.ReadOnlySpan<byte> address) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
241public IPAddress(System.ReadOnlySpan<byte> address, long scopeid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
243public long Address { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
244public System.Net.Sockets.AddressFamily AddressFamily { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
245public bool IsIPv4MappedToIPv6 { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
246public bool IsIPv6LinkLocal { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
247public bool IsIPv6Multicast { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
248public bool IsIPv6SiteLocal { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
249public bool IsIPv6Teredo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
250public bool IsIPv6UniqueLocal { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
251public long ScopeId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
252public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? comparand) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
253public byte[] GetAddressBytes() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
254public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
255public static short HostToNetworkOrder(short host) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
256public static int HostToNetworkOrder(int host) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
257public static long HostToNetworkOrder(long host) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
258public static bool IsLoopback(System.Net.IPAddress address) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
259public static bool IsValidUtf8(System.ReadOnlySpan<byte> utf8Text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
260public static bool IsValid(System.ReadOnlySpan<char> ipSpan) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
261public System.Net.IPAddress MapToIPv4() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
262public System.Net.IPAddress MapToIPv6() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
263public static short NetworkToHostOrder(short network) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
264public static int NetworkToHostOrder(int network) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
265public static long NetworkToHostOrder(long network) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
266public static System.Net.IPAddress Parse(System.ReadOnlySpan<char> ipSpan) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
267public static System.Net.IPAddress Parse(string ipString) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
268public static System.Net.IPAddress Parse(System.ReadOnlySpan<byte> utf8Text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
269static System.Net.IPAddress ISpanParsable<System.Net.IPAddress>.Parse(System.ReadOnlySpan<char> s, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
270static System.Net.IPAddress IParsable<System.Net.IPAddress>.Parse(string s, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
271static System.Net.IPAddress IUtf8SpanParsable<System.Net.IPAddress>.Parse(System.ReadOnlySpan<byte> utf8Text, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
272public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
273string System.IFormattable.ToString(string? format, System.IFormatProvider? formatProvider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
274public bool TryFormat(System.Span<char> destination, out int charsWritten) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
275public bool TryFormat(System.Span<byte> utf8Destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
276bool System.ISpanFormattable.TryFormat(System.Span<char> destination, out int charsWritten, System.ReadOnlySpan<char> format, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
277bool System.IUtf8SpanFormattable.TryFormat(System.Span<byte> utf8Destination, out int bytesWritten, System.ReadOnlySpan<char> format, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
278public static bool TryParse(System.ReadOnlySpan<char> ipSpan, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.IPAddress? address) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
279public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? ipString, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.IPAddress? address) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
280public static bool TryParse(System.ReadOnlySpan<byte> utf8Text, [System.Diagnostics.CodeAnalysis.NotNullWhen(true)] out System.Net.IPAddress? result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
281static bool System.ISpanParsable<IPAddress>.TryParse(System.ReadOnlySpan<char> s, System.IFormatProvider? provider, [System.Diagnostics.CodeAnalysis.NotNullWhen(true)] out System.Net.IPAddress? result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
282static bool System.IParsable<IPAddress>.TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? s, System.IFormatProvider? provider, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.IPAddress? result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
283static bool System.IUtf8SpanParsable<System.Net.IPAddress>.TryParse(System.ReadOnlySpan<byte> utf8Text, System.IFormatProvider? provider, [System.Diagnostics.CodeAnalysis.NotNullWhen(true)] out System.Net.IPAddress? result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
284public bool TryWriteBytes(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
290public IPEndPoint(long address, int port) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
291public IPEndPoint(System.Net.IPAddress address, int port) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
292public System.Net.IPAddress Address { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
293public override System.Net.Sockets.AddressFamily AddressFamily { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
294public int Port { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
295public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
296public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? comparand) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
297public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
298public static System.Net.IPEndPoint Parse(System.ReadOnlySpan<char> s) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
299public static System.Net.IPEndPoint Parse(string s) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
300public override System.Net.SocketAddress Serialize() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
301public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
302public static bool TryParse(System.ReadOnlySpan<char> s, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.IPEndPoint? result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
303public static bool TryParse(string s, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.IPEndPoint? result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
309public IPNetwork(System.Net.IPAddress baseAddress, int prefixLength) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
310public System.Net.IPAddress BaseAddress { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
311public int PrefixLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
312public bool Contains(System.Net.IPAddress address) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
313public bool Equals(System.Net.IPNetwork other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
314public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
315public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
316public static bool operator ==(System.Net.IPNetwork left, System.Net.IPNetwork right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
317public static bool operator !=(System.Net.IPNetwork left, System.Net.IPNetwork right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
318public static System.Net.IPNetwork Parse(System.ReadOnlySpan<char> s) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
319public static System.Net.IPNetwork Parse(string s) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
320public static IPNetwork Parse(ReadOnlySpan<byte> utf8Text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
321string System.IFormattable.ToString(string? format, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
322static System.Net.IPNetwork System.IParsable<System.Net.IPNetwork>.Parse([System.Diagnostics.CodeAnalysis.NotNullAttribute] string s, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
323static bool System.IParsable<System.Net.IPNetwork>.TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? s, System.IFormatProvider? provider, out System.Net.IPNetwork result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
324bool System.ISpanFormattable.TryFormat(System.Span<char> destination, out int charsWritten, System.ReadOnlySpan<char> format, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
325bool System.IUtf8SpanFormattable.TryFormat(System.Span<byte> utf8Destination, out int bytesWritten, System.ReadOnlySpan<char> format, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
326static System.Net.IPNetwork System.ISpanParsable<System.Net.IPNetwork>.Parse(System.ReadOnlySpan<char> s, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
327static bool System.ISpanParsable<System.Net.IPNetwork>.TryParse(System.ReadOnlySpan<char> s, System.IFormatProvider? provider, out System.Net.IPNetwork result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
328static System.Net.IPNetwork System.IUtf8SpanParsable<System.Net.IPNetwork>.Parse(System.ReadOnlySpan<byte> utf8Text, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
329static bool System.IUtf8SpanParsable<System.Net.IPNetwork>.TryParse(System.ReadOnlySpan<byte> utf8Text, System.IFormatProvider? provider, out System.Net.IPNetwork result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
330public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
331public bool TryFormat(System.Span<char> destination, out int charsWritten) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
332public bool TryFormat(System.Span<byte> utf8Destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
333public static bool TryParse(System.ReadOnlySpan<char> s, out System.Net.IPNetwork result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
334public static bool TryParse(string? s, out System.Net.IPNetwork result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
335public static bool TryParse(ReadOnlySpan<byte> utf8Text, out IPNetwork result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
345public NetworkCredential() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
347public NetworkCredential(string? userName, System.Security.SecureString? password) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
349public NetworkCredential(string? userName, System.Security.SecureString? password, string? domain) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
350public NetworkCredential(string? userName, string? password) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
351public NetworkCredential(string? userName, string? password, string? domain) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
353public string Domain { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
355public string Password { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
358public System.Security.SecureString SecurePassword { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
360public string UserName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
361public System.Net.NetworkCredential GetCredential(string? host, int port, string? authenticationType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
362public System.Net.NetworkCredential GetCredential(System.Uri? uri, string? authenticationType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
366public SocketAddress(System.Net.Sockets.AddressFamily family) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
367public SocketAddress(System.Net.Sockets.AddressFamily family, int size) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
368public System.Net.Sockets.AddressFamily Family { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
369public byte this[int offset] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
370public int Size { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
371public static int GetMaximumAddressSize(System.Net.Sockets.AddressFamily addressFamily) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
372public System.Memory<byte> Buffer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
373public override bool Equals(object? comparand) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
374public bool Equals(System.Net.SocketAddress? comparand) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
375public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
376public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
380protected TransportContext() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
398public RequestCachePolicy() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
399public RequestCachePolicy(System.Net.Cache.RequestCacheLevel level) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
400public System.Net.Cache.RequestCacheLevel Level { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
401public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
408protected internal IPAddressCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
409public virtual int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
410public virtual bool IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
411public virtual System.Net.IPAddress this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
412public virtual void Add(System.Net.IPAddress address) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
413public virtual void Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
414public virtual bool Contains(System.Net.IPAddress address) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
415public virtual void CopyTo(System.Net.IPAddress[] array, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
416public virtual System.Collections.Generic.IEnumerator<System.Net.IPAddress> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
417public virtual bool Remove(System.Net.IPAddress address) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
418System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
528public SocketException() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
529public SocketException(int errorCode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
530public SocketException(int errorCode, string? message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
533protected SocketException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
534public override int ErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
535public override string Message { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
536public System.Net.Sockets.SocketError SocketErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
595protected ChannelBinding() : base(default(bool)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
596protected ChannelBinding(bool ownsHandle) : base(default(bool)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }