Method | Description | |
---|---|---|
Clear ( ) : void |
Clears all existing headers from the instance.
|
|
CopyTo ( IHttpHeaders httpHeaders ) : void |
Copies the elements of the T:Stumps.IHttpHeaders collection to another T:Stumps.IHttpHeaders.
|
|
HttpHeaders ( ) : System |
Initializes a new instance of the T:Stumps.HttpHeaders class.
|
|
Remove ( string headerName ) : bool |
Removes the header with the specified name.
|
|
this ( string headerName ) : string |
Gets or sets the System.String value for the specified header name.
|
public CopyTo ( IHttpHeaders httpHeaders ) : void | ||
httpHeaders | IHttpHeaders | The target |
return | void |
public Remove ( string headerName ) : bool | ||
headerName | string | The name of the header to remove. |
return | bool |
public this ( string headerName ) : string | ||
headerName | string | The name of the header. |
return | string |