Microsoft.WindowsAzure.ServiceManagemenet.Common.Models.XunitTracingInterceptor.ReceiveResponse C# (CSharp) Method

ReceiveResponse() public method

public ReceiveResponse ( string invocationId, HttpResponseMessage response ) : void
invocationId string
response System.Net.Http.HttpResponseMessage
return void
        public void ReceiveResponse(string invocationId, HttpResponseMessage response)
        {
            Write(GeneralUtilities.GetLog(response));
        }