Method | Description | |
---|---|---|
Add ( string header, string value ) : void | ||
Remove ( string header ) : bool | ||
TryGetValue ( string header, string &value ) : bool |
Method | Description | |
---|---|---|
Get ( string header ) : string[] |
Method | Description | |
---|---|---|
ResponseHeadersDictionary ( Mono.Net.HttpListenerResponse response ) : System |
public Add ( string header, string value ) : void | ||
header | string | |
value | string | |
return | void |
public TryGetValue ( string header, string &value ) : bool | ||
header | string | |
value | string | |
return | bool |