MonoMac.Foundation.NSUrlRequest.Item Property
Gets the value of the specified HTTP header.

Syntax

This is the default property for this class.

public string this [string key] { get; }

Parameters

key
HTTP Header Name.

Value

Documentation for this section has not yet been entered.

Remarks

c# Example

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

Requirements

Namespace: MonoMac.Foundation
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0