Stumps.ReadOnlyHttpHeaders.Remove C# (CSharp) Метод

Remove() публичный Метод

Removes the header with the specified name.
Always thrown.
public Remove ( string name ) : bool
name string The name of the header to remove.
Результат bool
        public override bool Remove(string name)
        {
            throw new NotSupportedException();
        }