UriEndPoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |