UriEndPoint Class

Definition

An endpoint represented by a Uri.

public ref class UriEndPoint : System::Net::EndPoint
public class UriEndPoint : System.Net.EndPoint
type UriEndPoint = class
    inherit EndPoint
Public Class UriEndPoint
Inherits EndPoint
Inheritance
UriEndPoint

Constructors

Name Description
UriEndPoint(Uri)

Creates a new UriEndPoint.

Properties

Name Description
Uri

Gets the Uri associated with this endpoint.

Methods

Name Description
Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

ToString()

Returns a string that represents the current object.

Applies to