BaseRequestBuilder(String, IBaseClient) Constructor
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.
Constructs a new BaseRequestBuilder.
public BaseRequestBuilder (string requestUrl, Microsoft.Graph.IBaseClient client);
new Microsoft.Graph.BaseRequestBuilder : string * Microsoft.Graph.IBaseClient -> Microsoft.Graph.BaseRequestBuilder
Public Sub New (requestUrl As String, client As IBaseClient)
Parameters
- requestUrl
- String
The URL for the built request.
- client
- IBaseClient
The IBaseClient for handling requests.