ResponseFields Constructor

Summary
Initializes a new instance of the ResponseFields class.
Syntax
C#
VB
C++
public ResponseFields( 
   WebHeaderCollection headers, 
   string contentType 
) 
  
Public Function New( _ 
   ByVal headers As WebHeaderCollection, _ 
   ByVal contentType As String _ 
) 
public: 
ResponseFields(  
   WebHeaderCollection^ headers, 
   String^ contentType 
) 

Parameters

headers
The System.Net.WebHeaderCollection returned from the server response.

contentType
The content type of the response.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.