UriTemplate Methods

 

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

NameDescription
System_CAPS_pubmethodBindByName(Uri^, IDictionary<String^, String^>^)

Creates a new URI from the template and the collection of parameters.

System_CAPS_pubmethodBindByName(Uri^, IDictionary<String^, String^>^, Boolean)

Creates a new URI from the template and the collection of parameters.

System_CAPS_pubmethodBindByName(Uri^, NameValueCollection^)

Creates a new URI from the template and the collection of parameters.

System_CAPS_pubmethodBindByName(Uri^, NameValueCollection^, Boolean)

Creates a new URI from the template and the collection of parameters.

System_CAPS_pubmethodBindByPosition(Uri^, array<String^>^)

Creates a new URI from the template and an array of parameter values.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodIsEquivalentTo(UriTemplate^)

Indicates whether a UriTemplate is structurally equivalent to another.

System_CAPS_pubmethodMatch(Uri^, Uri^)

Attempts to match a T:System.URI to a UriTemplate.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string representation of the UriTemplate instance.(Overrides Object::ToString().)

Return to top
Show: