AddressHeaderCollection::FindAll Method (String^, String^)
.NET Framework (current version)
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: array<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 null. |
The following code snippet illustrates how to call this method.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: