UriTemplateTable Constructor (Uri^, IEnumerable<KeyValuePair<UriTemplate^, Object^>>^)
.NET Framework (current version)
Initializes a new instance of the UriTemplateTable class with the specified base address and collection of key/value pairs.
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.
.NET Framework
Available since 3.5
Available since 3.5
Show: