Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: string this[string]

  • Declared in: RT.Servers.HttpRequestHeaders
  • Implements: IDictionary<string, string>.this[string]

Declaration

string this[
    string key
]

Summary

Gets the value of the specified header, or null if such header is not present. Setting is not supported.