Share via


UriEndPoint(Uri) Constructor

Definition

Initializes a new instance of the UriEndPoint class.

public:
 UriEndPoint(Uri ^ uri);
public UriEndPoint (Uri uri);
new Microsoft.AspNetCore.Connections.UriEndPoint : Uri -> Microsoft.AspNetCore.Connections.UriEndPoint
Public Sub New (uri As Uri)

Parameters

uri
Uri

The Uri defining the EndPoint.

Applies to