OperationContext.GlobalResponseReceived Event
Definition
Occurs when a response is received from the server, before any processing or downloading.
public static event EventHandler<Microsoft.WindowsAzure.Storage.RequestEventArgs> GlobalResponseReceived;
member this.GlobalResponseReceived : EventHandler<Microsoft.WindowsAzure.Storage.RequestEventArgs>
Public Shared Custom Event GlobalResponseReceived As EventHandler(Of RequestEventArgs)