IPEndPoint
MaxPort
MinPort
IPEndPoint(Int64, Int32)
IPEndPoint(IPAddress, Int32)
Address
AddressFamily
Port
Create(SocketAddress)
Equals(Object)
GetHashCode()
Parse(String)
Parse(ReadOnlySpan<Byte>)
Parse(ReadOnlySpan<Char>)
Serialize()
ToString()
TryFormat(Span<Byte>, Int32)
TryFormat(Span<Char>, Int32)
TryParse(String, IPEndPoint)
TryParse(ReadOnlySpan<Byte>, IPEndPoint)
TryParse(ReadOnlySpan<Char>, IPEndPoint)
net11.0
namespace System.Net
{
public class IPEndPoint : EndPoint, IFormattable, IParsable<IPEndPoint!>, ISpanFormattable, ISpanParsable<IPEndPoint!>, IUtf8SpanFormattable, IUtf8SpanParsable<IPEndPoint!>
{
public static bool TryParse(ReadOnlySpan<byte> utf8Text, [NotNullWhen(true)] out IPEndPoint? result);
}
}
| Design Reviews |
|
|---|---|
| .NET | 11.0 |
Information specific to net11.0 | |
| Assembly | System.Net.Primitives , Version=11.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Preview | The API is contained in a preview framework. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API