C# 클래스 Microsoft.Azure.ServiceManagemenet.Common.Models.XunitTracingInterceptor

상속: Hyak.Common.ICloudTracingInterceptor
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
traceOutput ITestOutputHelper

공개 메소드들

메소드 설명
AddToContext ( XunitTracingInterceptor interceptor ) : void
Configuration ( string source, string name, string value ) : void
Enter ( string invocationId, object instance, string method, object>.IDictionary parameters ) : void
Error ( string invocationId, Exception ex ) : void
Exit ( string invocationId, object result ) : void
Information ( string message ) : void
ReceiveResponse ( string invocationId, HttpResponseMessage response ) : void
RemoveFromContext ( XunitTracingInterceptor interceptor ) : void
SendRequest ( string invocationId, HttpRequestMessage request ) : void
XunitTracingInterceptor ( ITestOutputHelper output ) : Hyak.Common

비공개 메소드들

메소드 설명
Write ( string message ) : void

메소드 상세

AddToContext() 공개 정적인 메소드

public static AddToContext ( XunitTracingInterceptor interceptor ) : void
interceptor XunitTracingInterceptor
리턴 void

Configuration() 공개 메소드

public Configuration ( string source, string name, string value ) : void
source string
name string
value string
리턴 void

Enter() 공개 메소드

public Enter ( string invocationId, object instance, string method, object>.IDictionary parameters ) : void
invocationId string
instance object
method string
parameters object>.IDictionary
리턴 void

Error() 공개 메소드

public Error ( string invocationId, Exception ex ) : void
invocationId string
ex System.Exception
리턴 void

Exit() 공개 메소드

public Exit ( string invocationId, object result ) : void
invocationId string
result object
리턴 void

Information() 공개 메소드

public Information ( string message ) : void
message string
리턴 void

ReceiveResponse() 공개 메소드

public ReceiveResponse ( string invocationId, HttpResponseMessage response ) : void
invocationId string
response System.Net.Http.HttpResponseMessage
리턴 void

RemoveFromContext() 공개 정적인 메소드

public static RemoveFromContext ( XunitTracingInterceptor interceptor ) : void
interceptor XunitTracingInterceptor
리턴 void

SendRequest() 공개 메소드

public SendRequest ( string invocationId, HttpRequestMessage request ) : void
invocationId string
request System.Net.Http.HttpRequestMessage
리턴 void

XunitTracingInterceptor() 공개 메소드

public XunitTracingInterceptor ( ITestOutputHelper output ) : Hyak.Common
output ITestOutputHelper
리턴 Hyak.Common

프로퍼티 상세

traceOutput 공개적으로 프로퍼티

public ITestOutputHelper traceOutput
리턴 ITestOutputHelper