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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly