ReqRest
Show / Hide Table of Contents

Interface IUrlProvider

Represents a member which is able to provide a full URL.

Namespace: ReqRest
Assembly: ReqRest.dll
Syntax
public interface IUrlProvider

Methods

GetUrlBuilder()

Creates and returns a new UrlBuilder instance which is configured with this member's current URL information.

Declaration
UrlBuilder GetUrlBuilder()
Returns
Type Description
UrlBuilder

A new UrlBuilder instance which is already configured with the URL information that this member has.

Back to top Copyright © 2019 ReqRest - Generated with DocFX - Material Theme made by Oscar Vásquez - Impressum (Imprint)