C# 클래스 S3Emulator.Server.S3Server

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

공개 메소드들

메소드 설명
Dispose ( ) : void
S3Server ( S3Emulator.Config.S3Configuration s3Configuration ) : System
Start ( ) : void

비공개 메소드들

메소드 설명
BeforeRequest ( Fiddler.Session session ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

S3Server() 공개 메소드

public S3Server ( S3Emulator.Config.S3Configuration s3Configuration ) : System
s3Configuration S3Emulator.Config.S3Configuration
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void