| OwinResourceHandler Properties | 
The OwinResourceHandler type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AutoDisposeStream | 
            When true the Stream will be Disposed when
            this instance is Disposed. The default value for
            this property is false.
            (Inherited from ResourceHandler.) | 
|  | Charset | 
            Gets or sets the Charset
            (Inherited from ResourceHandler.) | 
|  | ErrorCode | 
            If the ErrorCode is set then the response will be ignored and
            the errorCode returned.
            (Inherited from ResourceHandler.) | 
|  | Headers | 
            Gets or sets the headers.
            (Inherited from ResourceHandler.) | 
|  | MimeType | 
            Gets or sets the Mime Type.
            (Inherited from ResourceHandler.) | 
|  | ResponseLength | 
            Gets or sets ResponseLength, when you know the size of your
            Stream (Response) set this property. This is optional.
            If you use a MemoryStream and don't provide a value
            here then it will be cast and its size used
            (Inherited from ResourceHandler.) | 
|  | StatusCode | 
            Gets or sets the http status code.
            (Inherited from ResourceHandler.) | 
|  | StatusText | 
            Gets or sets the status text.
            (Inherited from ResourceHandler.) | 
|  | Stream | 
            Gets or sets the resource stream.
            (Inherited from ResourceHandler.) | 
 See Also
See Also