언어

URL.Protocol 속성

정의

URL프로토콜의 이름을 가져옵니다.

public string? Protocol { [Android.Runtime.Register("getProtocol", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getProtocol", "()Ljava/lang/String;", "")>]
member this.Protocol : string

속성 값

URL프로토콜입니다.

특성

설명

URL프로토콜의 이름을 가져옵니다.

에 대한 java.net.URL.getProtocol()Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상