언어

HttpOptions.GetAllowedMethods(IHttpResponse) 메서드

정의

응답의 Allow 헤더로 명명된 HTTP 메서드를 가져옵니다.

[Android.Runtime.Register("getAllowedMethods", "(Lorg/apache/http/HttpResponse;)Ljava/util/Set;", "GetGetAllowedMethods_Lorg_apache_http_HttpResponse_Handler")]
public virtual System.Collections.Generic.ICollection<string>? GetAllowedMethods(Org.Apache.Http.IHttpResponse? response);
[<Android.Runtime.Register("getAllowedMethods", "(Lorg/apache/http/HttpResponse;)Ljava/util/Set;", "GetGetAllowedMethods_Lorg_apache_http_HttpResponse_Handler")>]
abstract member GetAllowedMethods : Org.Apache.Http.IHttpResponse -> System.Collections.Generic.ICollection<string>
override this.GetAllowedMethods : Org.Apache.Http.IHttpResponse -> System.Collections.Generic.ICollection<string>

매개 변수

response
IHttpResponse

헤더를 포함하는 Allow null이 아닌 HTTP 응답입니다.

반품

응답의 Allow 헤더로 명명된 HTTP 메서드입니다.

특성

예외

throw되는 경우 response .null

설명

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

적용 대상