C# 클래스 HttpMock.RequestHandlerExpectExtensions

파일 보기 프로젝트 열기: hibri/HttpMock

공개 메소드들

메소드 설명
Times ( this handler, int times ) : void
WithBody ( this handler, IResolveConstraint constraint ) : void
WithBody ( this handler, string expectedBody ) : void
WithHeader ( this handler, string header, IResolveConstraint match ) : void

메소드 상세

Times() 공개 정적인 메소드

public static Times ( this handler, int times ) : void
handler this
times int
리턴 void

WithBody() 공개 정적인 메소드

public static WithBody ( this handler, IResolveConstraint constraint ) : void
handler this
constraint IResolveConstraint
리턴 void

WithBody() 공개 정적인 메소드

public static WithBody ( this handler, string expectedBody ) : void
handler this
expectedBody string
리턴 void

WithHeader() 공개 정적인 메소드

public static WithHeader ( this handler, string header, IResolveConstraint match ) : void
handler this
header string
match IResolveConstraint
리턴 void