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. |