This documentation is archived and is not being maintained.

UriTemplateTable Constructor (Uri, IEnumerable<KeyValuePair<UriTemplate, Object>>)

Initializes a new instance of the UriTemplateTable class with the specified base address and collection of key/value pairs.

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

public:
UriTemplateTable(
	Uri^ baseAddress, 
	IEnumerable<KeyValuePair<UriTemplate^, Object^>>^ keyValuePairs
)

Parameters

baseAddress
Type: System::Uri
A Uri instance that contains the base address.
keyValuePairs
Type: System.Collections.Generic::IEnumerable<KeyValuePair<UriTemplate, Object>>
A collection of key/value pairs that consist of URI templates and associated data.

The following example shows how to call this constructor.

No code example is currently available or this language may not be supported.

.NET Framework

Supported in: 4, 3.5

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: