C# 클래스 RestSharp.IntegrationTests.Helpers.SimpleServer

상속: IDisposable
파일 보기 프로젝트 열기: kevinmcmahon/RestSharp 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string url, Action handler ) : SimpleServer
Dispose ( ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
SimpleServer ( HttpListener listener, Action handler ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string url, Action handler ) : SimpleServer
url string
handler Action
리턴 SimpleServer

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void