| OwinResourceHandler Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CefSharp.SchemeHandler
 Syntax
SyntaxThe OwinResourceHandler type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | OwinResourceHandler | 
            OwinResourceHandler
             | 
 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.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | 
            Dispose of resources here
            (Inherited from ResourceHandler.) | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ProcessRequestAsync | 
            Read the request, then process it through the OWEN pipeline
            then populate the response properties.
            (Overrides ResourceHandlerProcessRequestAsync(IRequest, ICallback).) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also