Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool TryGetValue(string, out string)

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

Declaration

public bool TryGetValue(
    string key,
    out string value
)

Summary

Attempts to get the specified header’s value from this collection.