RestApiOperation.BuildHeaders(IDictionary<String,Object>) Method
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.
Builds operation request headers.
public System.Collections.Generic.IDictionary<string,string> BuildHeaders (System.Collections.Generic.IDictionary<string,object?> arguments);
member this.BuildHeaders : System.Collections.Generic.IDictionary<string, obj> -> System.Collections.Generic.IDictionary<string, string>
Public Function BuildHeaders (arguments As IDictionary(Of String, Object)) As IDictionary(Of String, String)
Parameters
- arguments
- IDictionary<String,Object>
The operation arguments.
Returns
The request headers.