CKFinder 3 – ASP.NET Connector Documentation
RequestContent Class Reference

Defines content stream for a request. More...

Public Member Functions

 RequestContent (IDictionary< string, string > headers, Stream stream)
 Constructs a new instance of RequestContent. More...
 
IReadOnlyDictionary< string, string > ExtractContentDisposition ()
 Extracts content disposition header. More...
 

Properties

IReadOnlyDictionary< string, string > Headers [get]
 Gets headers. More...
 
Stream Stream [get]
 Gets request stream. More...
 

Detailed Description

Defines content stream for a request.

Constructor & Destructor Documentation

◆ RequestContent()

RequestContent ( IDictionary< string, string >  headers,
Stream  stream 
)
inline

Constructs a new instance of RequestContent.

Parameters
headersA headers for the content.
streamA content stream.

Member Function Documentation

◆ ExtractContentDisposition()

IReadOnlyDictionary<string, string> ExtractContentDisposition ( )
inline

Extracts content disposition header.

Returns
The content disposition content.

Property Documentation

◆ Headers

IReadOnlyDictionary<string, string> Headers
get

Gets headers.

◆ Stream

Stream Stream
get

Gets request stream.


The documentation for this class was generated from the following file: