Jaa


StreamingRequestExtensions Class

Definition

Helper methods for use with instances of the StreamingRequest class.

public static class StreamingRequestExtensions
type StreamingRequestExtensions = class
Public Module StreamingRequestExtensions
Inheritance
StreamingRequestExtensions

Methods

SetBody(StreamingRequest, Object)

Adds a new stream to this StreamingRequest containing the passed in body. Noop on null body or null request.

SetBody(StreamingRequest, String)

Adds a new stream to this StreamingRequest containing the passed in body. Noop on null body or null request.

Applies to