DownstreamApiOptionsReadOnlyHttpMethod(DownstreamApiOptions, String) 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.
Constructor fro a DownstreamApiOptions and an HTTP method.
public DownstreamApiOptionsReadOnlyHttpMethod (Microsoft.Identity.Abstractions.DownstreamApiOptions options, string httpMethod);
new Microsoft.Identity.Abstractions.DownstreamApiOptionsReadOnlyHttpMethod : Microsoft.Identity.Abstractions.DownstreamApiOptions * string -> Microsoft.Identity.Abstractions.DownstreamApiOptionsReadOnlyHttpMethod
Public Sub New (options As DownstreamApiOptions, httpMethod As String)
Parameters
- options
- DownstreamApiOptions
Options
- httpMethod
- String
HTTP method.