Represents a hostname:port endpoint.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Class DnsEndPoint _
	Inherits EndPoint _
	Implements IComparable
C#
public class DnsEndPoint : EndPoint, 
	IComparable

Inheritance Hierarchy

System..::..Object
  System.Net..::..EndPoint
    Rebex.Net..::..DnsEndPoint

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also