다음을 통해 공유


NSUrlRequest.Item[String] 속성

정의

지정된 HTTP 헤더의 값을 가져옵니다.

public string this[string key] { get; }
member this.Item(string) : string

매개 변수

key
String

HTTP 헤더 이름입니다.

속성 값

설명

void DumpLenght (NSUrlRequest request)
{
    Console.WriteLine ("The content lenght is: {0}", request ["Content-Length"]);
}

적용 대상