NSUrlRequest.Item[String] Proprietà

Definizione

Ottiene il valore dell'intestazione HTTP specificata.

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

Parametri

key
String

Nome intestazione HTTP.

Valore della proprietà

Commenti

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

Si applica a