/// <summary> /// Gets the user-defined metadata. /// </summary> /// <param name="response">The response from server.</param> /// <returns>A <see cref="System.Collections.IDictionary"/> of the metadata.</returns> public static IDictionary <string, string> GetMetadata(HttpWebResponse response) { return(HttpResponseParsers.GetMetadata(response)); }