Share via


UriEndPoint Class

Definition

An EndPoint defined 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)

Initializes a new instance of the UriEndPoint class.

Properties

Name Description
Uri

The Uri defining the EndPoint.

Methods

Name Description
ToString() System.Net.EndPoint.ToString

Applies to