Click or drag to resize

ResourceHandler Properties

Version 130.1.90

The ResourceHandler type exposes the following members.

Properties
 NameDescription
Public propertyAutoDisposeStream When true the Stream will be Disposed when this instance is Disposed. The default value for this property is false.
Public propertyCharset Gets or sets the Charset
Public propertyErrorCode If the ErrorCode is set then the response will be ignored and the errorCode returned.
Public propertyHeaders Gets or sets the headers.
Public propertyMimeType Gets or sets the Mime Type.
Public propertyResponseLength 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
Public propertyStatusCode Gets or sets the http status code.
Public propertyStatusText Gets or sets the status text.
Public propertyStream Gets or sets the resource stream.
Top
See Also