EndPoint Class
NuGet: GHIElectronics.TinyCLR.Networking
Assembly: GHIElectronics.TinyCLR.Networking
Namespace: System.Net
Identifies a network address.
public abstract class EndPoint
Properties
AddressFamily
public virtual AddressFamily AddressFamily { get; }
The address family to which the endpoint belongs.
Methods
Serialize()
public abstract SocketAddress Serialize()
Serializes endpoint information into a SocketAddress instance.
Returns SocketAddress
Create(SocketAddress socketAddress)
public abstract EndPoint Create(SocketAddress socketAddress)
Creates an endpoint from a socket address.
Returns EndPoint