C# Class Stumps.MockHttpResponse

Inheritance: IStumpsHttpResponse
Afficher le fichier Open project: Cayan-LLC/stumps

Méthodes publiques

Méthode Description
AppendToBody ( byte buffer ) : void
ClearBody ( ) : void
GetBody ( ) : byte[]
MockHttpResponse ( ) : System

Method Details

AppendToBody() public méthode

public AppendToBody ( byte buffer ) : void
buffer byte
Résultat void

ClearBody() public méthode

public ClearBody ( ) : void
Résultat void

GetBody() public méthode

public GetBody ( ) : byte[]
Résultat byte[]

MockHttpResponse() public méthode

public MockHttpResponse ( ) : System
Résultat System