RequestUriBuilder.ToUri Method

Definition

Gets the Uri instance constructed by the specified RequestUriBuilder instance.

public Uri ToUri ();
member this.ToUri : unit -> Uri
Public Function ToUri () As Uri

Returns

Uri

A Uri that contains the URI constructed by the RequestUriBuilder.

Applies to