C# Class Stumps.MockHttpRequest

Inheritance: IStumpsHttpRequest
Afficher le fichier Open project: Cayan-LLC/stumps Class Usage Examples

Méthodes publiques

Méthode Description
GetBody ( ) : byte[]
SetBody ( byte buffer ) : void

Method Details

GetBody() public méthode

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

SetBody() public méthode

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