C# Class HttpMock.RequestHandlerExpectExtensions

Afficher le fichier Open project: hibri/HttpMock

Méthodes publiques

Méthode Description
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

Method Details

Times() public static méthode

public static Times ( this handler, int times ) : void
handler this
times int
Résultat void

WithBody() public static méthode

public static WithBody ( this handler, IResolveConstraint constraint ) : void
handler this
constraint IResolveConstraint
Résultat void

WithBody() public static méthode

public static WithBody ( this handler, string expectedBody ) : void
handler this
expectedBody string
Résultat void

WithHeader() public static méthode

public static WithHeader ( this handler, string header, IResolveConstraint match ) : void
handler this
header string
match IResolveConstraint
Résultat void