IBaseRequestBuilder Interface

Definition

The base request builder interface.

public interface IBaseRequestBuilder
type IBaseRequestBuilder = interface
Public Interface IBaseRequestBuilder
Derived

Properties

Name Description
Client

Gets the IBaseClient for handling requests.

RequestUrl

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

Methods

Name Description
AppendSegmentToRequestUrl(String)

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

Applies to