BaseRequest(String, IBaseClient, IEnumerable<Option>) 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 BaseRequest.
public BaseRequest (string requestUrl, Microsoft.Graph.IBaseClient client, System.Collections.Generic.IEnumerable<Microsoft.Graph.Option> options = default);
new Microsoft.Graph.BaseRequest : string * Microsoft.Graph.IBaseClient * seq<Microsoft.Graph.Option> -> Microsoft.Graph.BaseRequest
Public Sub New (requestUrl As String, client As IBaseClient, Optional options As IEnumerable(Of Option) = Nothing)
Parameters
- requestUrl
- String
The URL for the request.
- client
- IBaseClient
The IBaseClient for handling requests.
- options
- IEnumerable<Option>
The header and query options for the request.