AddressHeaderCollection.FindAll Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Finds all the address headers in the collection with the specified name and namespace.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- name
- Type: System.String
The name of the address header to be found.
- ns
- Type: System.String
The namespace of the address header to be found.
Return Value
Type: System.ServiceModel.Channels.AddressHeader ()The Array of type AddressHeader that contains all the headers in the collection with the specified name and namespace.
| Exception | Condition |
|---|---|
| ArgumentNullException | name or ns is Nothing. |
Show: