TransferContext.ClientRequestId 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.
Gets or sets the client request id.
public string ClientRequestId { get; set; }
member this.ClientRequestId : string with get, set
Public Property ClientRequestId As String
Property Value
A string containing the client request id.
Remarks
Setting this property modifies all the requests involved in the related transfer operation to include the the HTTP x-ms-client-request-id header.