C# 클래스 FuncTest.Helpers.FakeDataPlatform

파일 보기 프로젝트 열기: Microsoft/ApplicationInsights-dotnet-server

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes the listener

FakeDataPlatform ( string url ) : System

Initializes a new instance of the FakeDataPlatform class

GetAllReceivedDataItems ( ) : List

Returns the list of received data items The list of received data items

Start ( ) : void

Starts listening

Stop ( ) : void

Stops listening

비공개 메소드들

메소드 설명
Decompress ( string content ) : string
Listen ( object state ) : void

Call back when incoming request is received

RouteRequest ( HttpListenerRequest request, HttpListenerResponse response ) : void

Call back when incoming request is received

메소드 상세

Dispose() 공개 메소드

Disposes the listener
public Dispose ( ) : void
리턴 void

FakeDataPlatform() 공개 메소드

Initializes a new instance of the FakeDataPlatform class
public FakeDataPlatform ( string url ) : System
url string The endpoint at which listener listens
리턴 System

GetAllReceivedDataItems() 공개 메소드

Returns the list of received data items The list of received data items
public GetAllReceivedDataItems ( ) : List
리턴 List

Start() 공개 메소드

Starts listening
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Stops listening
public Stop ( ) : void
리턴 void