IBaseRequestBuilder Interface

Definition

The base request builder interface.

public interface IBaseRequestBuilder
type IBaseRequestBuilder = interface
Public Interface IBaseRequestBuilder
Derived

Properties

Client

Gets the IBaseClient for handling requests.

RequestUrl

Gets the URL for the built request, without query string.

Methods

AppendSegmentToRequestUrl(String)

Gets a URL that is the request builder's request URL with the segment appended.

Applies to