Azure.Core.ResponseHeadersExtensions
static class
public static bool (this ResponseHeaders headers, string name, out byte value)
public static bool (
this ResponseHeaders headers,
string name,
out Nullable value)
public static bool (
this ResponseHeaders headers,
string name,
out Nullable value)
public static bool <
T>(
this ResponseHeaders headers,
string name,
out Nullable value) where
T : struct
public static bool <T>(this ResponseHeaders headers, string name, out T value)
public static bool (
this ResponseHeaders headers,
string prefix,
out IDictionary value)