Gets the value of the specified HTTP header.
- key
- HTTP Header Name.
Documentation for this section has not yet been entered.
c# Example
void DumpLenght (NSUrlRequest request)
{
Console.WriteLine ("The content lenght is: {0}", request ["Content-Length"]);
}