StreamingRequestExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |