Sets the specified HTTP header field.
Original signature is '- (void)setValue:(NSString *)value forHTTPHeaderField:(NSString *)field'
Available in Mac OS X v10.2 with Safari 1.0 installed and later.

Declaration Syntax
public virtual void SetValueForHTTPHeaderField(
NSString value,
NSString field
)
Public Overridable Sub SetValueForHTTPHeaderField ( _
value As NSString, _
field As NSString _
)
public:
virtual void SetValueForHTTPHeaderField(
NSString^ value,
NSString^ field
)

Parameters
- value (NSString)
- The new value for the header field. Any existing value for the field is replaced by the new value.
- field (NSString)
- The name of the header field to set. In keeping with the HTTP RFC, HTTP header field names are case-insensitive.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.Foundation (Module: Monobjc.Foundation)