메소드 | 설명 | |
---|---|---|
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 |
리턴 | void |
public Remove ( string headerName ) : bool | ||
headerName | string | The name of the header to remove. |
리턴 | bool |
public this ( string headerName ) : string | ||
headerName | string | The name of the header. |
리턴 | string |