HttpFields.getValuesList

Get multiple header of the same name

@return List the header values @param name the case-insensitive field name

  1. string[] getValuesList(HttpHeader header)
  2. string[] getValuesList(string name)
    class HttpFields
    string[]
    getValuesList
    (
    string name
    )

Meta