다음을 통해 공유


WeightedUriEndpoint.Uri 속성

정의

엔드포인트 URL을 가져오거나 설정합니다.

public:
 property Uri ^ Uri { Uri ^ get(); void set(Uri ^ value); };
[System.ComponentModel.DataAnnotations.Required]
public Uri? Uri { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
member this.Uri : Uri with get, set
Public Property Uri As Uri

속성 값

Uri
특성

설명

스키마, 도메인 이름 및 포트만 사용됩니다. 나머지 URL은 요청 URL에서 생성됩니다.

적용 대상