C#
VB
C++
Initializes a new instance of the ResponseFields class.
public ResponseFields(
WebHeaderCollection headers,
string contentType
)
Public Function New( _
ByVal headers As WebHeaderCollection, _
ByVal contentType As String _
)
public:
ResponseFields(
WebHeaderCollection^ headers,
String^ contentType
)
headers
The System.Net.WebHeaderCollection returned from the server response.
contentType
The content type of the response.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET