PSRecoveryServicesClient.GetRequestHeaders(Boolean) 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.
Gets request headers.
public System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> GetRequestHeaders (bool shouldSignRequest = true);
member this.GetRequestHeaders : bool -> System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>>
Public Function GetRequestHeaders (Optional shouldSignRequest As Boolean = true) As Dictionary(Of String, List(Of String))
Parameters
- shouldSignRequest
- Boolean
specifies whether to sign the request or not
Returns
Custom request headers