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

UriEndPoint(Uri)

Initializes a new instance of the UriEndPoint class.

Properties

Uri

The Uri defining the EndPoint.

Methods

ToString() System.Net.EndPoint.ToString

Applies to