다음을 통해 공유


BypassElement.Address 속성

정의

프록시 서버를 사용하지 않는 리소스의 주소를 가져오거나 설정합니다.

public:
 property System::String ^ Address { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("address", IsKey=true, IsRequired=true)]
public string Address { get; set; }
[<System.Configuration.ConfigurationProperty("address", IsKey=true, IsRequired=true)>]
member this.Address : string with get, set
Public Property Address As String

속성 값

리소스를 식별하는 문자열입니다.

특성

설명

이 속성에는 프록시 서버를 사용 하지 않고 얻을 수 있는 리소스의 주소를 포함 합니다. 리소스에 대 한 요청 된 리소스가 있는 서버에 직접 전송 됩니다.

적용 대상

추가 정보