Skip to main content

IRequiresRequestStream

Implement on Request DTOs that need access to the raw Request Stream

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IRequiresRequestStream

Properties

RequestStream

The raw Http Request Input Stream

View Source
Declaration
Stream RequestStream { get; set; }