- 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.