Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Microsoft.​AspNetCore.​Connections.​UriEndPoint

Assembly: Microsoft.AspNetCore.Connections.Abstractions

Inheritance: object → System.​Net.​EndPoint → UriEndPoint

An <see cref="T:System.Net.EndPoint" /> defined by a <see cref="T:System.Uri" /> .

Properties

public System.​Uri
Uri
The <see cref="T:System.Uri" /> defining the <see cref="T:System.Net.EndPoint" /> .

Methods

public string
ToString​()
Serialize​()
Inherited from System.​Net.​EndPoint
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object