Method | Description | |
---|---|---|
GetHeaders ( this options ) : string>.IReadOnlyDictionary |
Returns all headers set by SetHeader on the outgoing message.
|
|
SetHeader ( this options, string key, string value ) : void |
Allows headers to be set for the outgoing message.
|
public static GetHeaders ( this options ) : string>.IReadOnlyDictionary |
||
options | this | |
return | string>.IReadOnlyDictionary |
public static SetHeader ( this options, string key, string value ) : void | ||
options | this | The options to extend. |
key | string | The header key. |
value | string | The header value. |
return | void |