Struct IpEndpoint
- Namespace
- DisCatSharp.Net
- Assembly
- DisCatSharp.dll
Represents a network connection IP endpoint.
public readonly struct IpEndpoint
- Inherited Members
Constructors
- IpEndpoint(IPAddress, int)
Creates a new IP endpoint structure.
Properties
- Address
Gets or sets the hostname associated with this endpoint.
- Port
Gets or sets the port associated with this endpoint.