다음을 통해 공유


URLConnection.RequestProperties 속성

정의

이 연결에 대한 일반 요청 속성의 수정할 수 없는 맵을 반환합니다.

public virtual System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>>? RequestProperties { [Android.Runtime.Register("getRequestProperties", "()Ljava/util/Map;", "GetGetRequestPropertiesHandler")] get; }
[<get: Android.Runtime.Register("getRequestProperties", "()Ljava/util/Map;", "GetGetRequestPropertiesHandler")>]
member this.RequestProperties : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>>

속성 값

이 연결에 대한 일반 요청 속성의 맵입니다.

특성

설명

이 연결에 대한 일반 요청 속성의 수정할 수 없는 맵을 반환합니다. 맵 키는 요청 헤더 필드 이름을 나타내는 문자열입니다. 각 맵 값은 해당 필드 값을 나타내는 수정할 수 없는 문자열 목록입니다.

1.4에 추가되었습니다.

에 대한 java.net.URLConnection.getRequestProperties()Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상