Method | Description | |
---|---|---|
GetBody ( ) : byte[] |
Gets the bytes for the HTTP body.
|
|
GetBodyAsString ( ) : string |
Gets the HTTP body as a T:System.String. The body is decoded using UTF8 encoding. |
|
GetBodyAsString ( |
Gets the HTTP body as a T:System.String. The body is decoded using UTF8 encoding. |
Method | Description | |
---|---|---|
AppendToBody ( byte buffer ) : void |
Appends a byte array to the body of the HTTP response.
|
|
ClearBody ( ) : void |
Clears the existing body of the HTTP response.
|
|
ExamineBody ( ) : void |
Examines the body for the classification, and the MD5 hash.
|
|
RecordedContextPartBase ( IStumpsHttpContextPart contextPart, ContentDecoderHandling decoderHandling ) : System |
Initializes a new instance of the T:Stumps.Server.RecordedContextPartBase class.
|
Method | Description | |
---|---|---|
DecodeBody ( ) : void |
Decodes the body of a based on the content encoding.
|
|
DetermineBodyClassification ( ) : void |
Determines the HTTP body to determine its classification.
|
|
GenerateMd5Hash ( ) : void |
Generates the MD5 hash for the HTTP body.
|
protected AppendToBody ( byte buffer ) : void | ||
buffer | byte | The bytes to append to the body of the response. |
return | void |
public GetBodyAsString ( |
||
encoding | The encoding used to convert the HTTP body into a |
|
return | string |
protected RecordedContextPartBase ( IStumpsHttpContextPart contextPart, ContentDecoderHandling decoderHandling ) : System | ||
contextPart | IStumpsHttpContextPart | The context part. |
decoderHandling | ContentDecoderHandling | The |
return | System |