Table of Contents

Struct IpEndpoint

Namespace
DSharpPlus.Net
Assembly
DSharpPlus.dll

Represents a network connection IP endpoint.

public struct IpEndpoint

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.