Table of Contents

Struct ConnectionEndpoint

Namespace
DSharpPlus.Net
Assembly
DSharpPlus.dll

Represents a network connection endpoint.

public struct ConnectionEndpoint

Constructors

ConnectionEndpoint(string, int, bool)

Creates a new endpoint structure.

Properties

Hostname

Gets or sets the hostname associated with this endpoint.

Port

Gets or sets the port associated with this endpoint.

Secured

Gets or sets the secured status of this connection.

Methods

GetHashCode()

Gets the hash code of this endpoint.

ToString()

Gets the string representation of this connection endpoint.