Table of Contents

Method RemoveDefaultHeader

Namespace
DisCatSharp.Net.WebSocket
Assembly
DisCatSharp.dll

RemoveDefaultHeader(string)

Removes a header from the default header collection.

public bool RemoveDefaultHeader(string name)

Parameters

name string

Name of the header to remove.

Returns

bool

Whether the operation succeeded.