IBaseRequestBuilder Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |