Méthode | Description | |
---|---|---|
Clear ( ) : void |
Clears all existing headers from the instance.
|
|
Remove ( string name ) : bool |
Removes the header with the specified name.
|
|
this ( string headerName ) : string |
Gets or sets the System.String value for the specified header name.
|
Méthode | Description | |
---|---|---|
AddOrUpdateInternal ( string name, string value ) : void |
Adds or updates an existing header.
|
|
ClearInternal ( ) : void |
Clears all existing headers from the instance.
|
|
RemoveInternal ( string name ) : bool |
Removes the header with the specified name.
|
public Remove ( string name ) : bool | ||
name | string | The name of the header to remove. |
Résultat | bool |
public this ( string headerName ) : string | ||
headerName | string | The name of the header. |
Résultat | string |