←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly