AddressHeaderCollection::FindAll Method (String^, String^)

 

Finds all the address headers in the collection with the specified name and namespace.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
array<AddressHeader^>^ FindAll(
	String^ name,
	String^ ns
)

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
Return to top
Show: