Method ToString
ToString()
Returns the header formatted for use in an HTTP message.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A string representing this header in the format of 'name: value'. |
Overrides
System.Object.ToString()