198 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
204 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
587 [
Obsolete(
"This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. https://go.microsoft.com/fwlink/?linkid=14202")]
649 return this.
Equals(comparand,
true);
655 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
712 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
class f__AnonymousType0<< Count > j__TPar
static string IPv4AddressToString(uint address)
static StringBuilder IPv6AddressToStringHelper(ushort[] address, uint scopeId)
static string IPv6AddressToString(ushort[] address, uint scopeId)
ReadOnlyIPAddress(long newAddress)
static int NetworkToHostOrder(int network)
static readonly IPAddress Broadcast
static IPAddress Parse(ReadOnlySpan< char > ipSpan)
static readonly IPAddress IPv6None
static readonly IPAddress None
static readonly IPAddress IPv6Loopback
static int HostToNetworkOrder(int host)
IPAddress(int newAddress)
static IPAddress Parse(string ipString)
static readonly IPAddress Loopback
IPAddress(ReadOnlySpan< byte > address)
static byte[] ThrowAddressNullException()
static bool IsLoopback(IPAddress address)
static long HostToNetworkOrder(long host)
static long NetworkToHostOrder(long network)
override int GetHashCode()
unsafe IPAddress(ushort *numbers, int numbersLength, uint scopeid)
readonly ushort[] _numbers
override string ToString()
bool TryFormat(Span< char > destination, [Out] int charsWritten)
static short NetworkToHostOrder(short network)
static short HostToNetworkOrder(short host)
override bool Equals(object comparand)
static bool TryParse(ReadOnlySpan< char > ipSpan, [Out] IPAddress address)
IPAddress(long newAddress)
bool TryWriteBytes(Span< byte > destination, [Out] int bytesWritten)
static readonly IPAddress Any
IPAddress(ReadOnlySpan< byte > address, long scopeid)
void WriteIPv4Bytes(Span< byte > destination)
IPAddress(ushort[] numbers, uint scopeid)
static readonly IPAddress IPv6Any
IPAddress(byte[] address, long scopeid)
static bool TryParse(string ipString, [Out] IPAddress address)
bool Equals(object comparandObj, bool compareScopeId)
IPAddress(byte[] address)
void WriteIPv6Bytes(Span< byte > destination)
static string GetStringAndRelease(StringBuilder sb)