Method RemoveDefaultHeader
- Namespace
- DSharpPlus.Net.WebSocket
- Assembly
- DSharpPlus.dll
RemoveDefaultHeader(string)
Removes a header from the default header collection.
public bool RemoveDefaultHeader(string name)
Parameters
name
stringName of the header to remove.
Returns
- bool
Whether the operation succeeded.