Share via


TransferContext.ClientRequestId Property

Definition

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.

Applies to