Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Stumps
MockHttpResponse
C# Class Stumps.MockHttpResponse
Inheritance:
IStumpsHttpResponse
Mostra file
Open project: Cayan-LLC/stumps
Public Methods
Method
Description
AppendToBody
(
byte
buffer
) :
void
ClearBody
( ) :
void
GetBody
( ) :
byte[]
MockHttpResponse
( ) :
System
Method Details
AppendToBody()
public
method
public
AppendToBody
(
byte
buffer
) :
void
buffer
byte
return
void
ClearBody()
public
method
public
ClearBody
( ) :
void
return
void
GetBody()
public
method
public
GetBody
( ) :
byte[]
return
byte[]
MockHttpResponse()
public
method
public
MockHttpResponse
( ) :
System
return
System