SasQueryParameters.RequestHeaders Property
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.
Custom Request Header names to include in the SAS. Any usage of the SAS must include these header names in the request.
public System.Collections.Generic.List<string> RequestHeaders { get; }
member this.RequestHeaders : System.Collections.Generic.List<string>
Public ReadOnly Property RequestHeaders As List(Of String)