2 overrides of Serialize
System.Net.Primitives (1)
artifacts\obj\System.Net.Primitives\Debug\net10.0\System.Net.Primitives.notsupported.cs (1)
300public override System.Net.SocketAddress Serialize() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
System.Net.Sockets (1)
artifacts\obj\System.Net.Sockets\Debug\net10.0\System.Net.Sockets.notsupported.cs (1)
823public override System.Net.SocketAddress Serialize() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); }