Delen via


PSRecoveryServicesClient.GetRequestHeaders(Boolean) Method

Definition

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

Applies to