UriTemplateTable Constructor
.NET Framework (current version)
Initializes a new instance of the UriTemplateTable class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | UriTemplateTable() | Initializes a new instance of the UriTemplateTable class. |
![]() | UriTemplateTable(IEnumerable<KeyValuePair<UriTemplate^, Object^>>^) | Initializes a new instance of the UriTemplateTable class with the specified collection of key/value pairs. |
![]() | UriTemplateTable(Uri^) | Initializes a new instance of the UriTemplateTable class with the specified base address. |
![]() | UriTemplateTable(Uri^, IEnumerable<KeyValuePair<UriTemplate^, Object^>>^) | Initializes a new instance of the UriTemplateTable class with the specified base address and collection of key/value pairs. |
Show:
