Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool ContainsKey(string)

  • Declared in: RT.Servers.HttpRequestHeaders
  • Implements: IDictionary<string, string>.ContainsKey(string)

Declaration

public bool ContainsKey(
    string key
)

Summary

Determines if the specified header is present in this collection (case-insensitive).