C# 클래스 HealthMonitoring.Monitors.Http.HttpMonitor

상속: IHealthMonitor
파일 보기 프로젝트 열기: wongatech/HealthMonitoring

공개 메소드들

메소드 설명
CheckHealthAsync ( string address, CancellationToken cancellationToken ) : Task

보호된 메소드들

메소드 설명
HttpMonitor ( string name ) : System.Collections.Generic
ReadSuccessfulContent ( HttpContent content ) : string>>.Task

비공개 메소드들

메소드 설명
GetFaultyResponseDetails ( HttpResponseMessage response ) : string>>.Task
HttpMonitor ( ) : System.Collections.Generic

메소드 상세

CheckHealthAsync() 공개 메소드

public CheckHealthAsync ( string address, CancellationToken cancellationToken ) : Task
address string
cancellationToken System.Threading.CancellationToken
리턴 Task

HttpMonitor() 보호된 메소드

protected HttpMonitor ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic

ReadSuccessfulContent() 보호된 메소드

protected ReadSuccessfulContent ( HttpContent content ) : string>>.Task
content System.Net.Http.HttpContent
리턴 string>>.Task