UriEndPoint 클래스

정의

로 표현되는 엔드포인트입니다 Uri.

public ref class UriEndPoint : System::Net::EndPoint
public class UriEndPoint : System.Net.EndPoint
type UriEndPoint = class
    inherit EndPoint
Public Class UriEndPoint
Inherits EndPoint
상속
UriEndPoint

생성자

Name Description
UriEndPoint(Uri)

UriEndPoint를 만듭니다.

속성

Name Description
Uri

Uri 이 엔드포인트와 연결된 엔드포인트를 가져옵니다.

메서드

Name Description
Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

GetHashCode()

기본 해시 함수로 사용됩니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

적용 대상