Microsoft.WindowsAzure.ServiceManagemenet.Common.Models.XunitTracingInterceptor.ReceiveResponse C# (CSharp) Méthode

ReceiveResponse() public méthode

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