ResponseHeaders Property

Summary
Gets the response headers returned to the client.
Syntax
C#
VB
C++
public Dictionary<string, string> ResponseHeaders { get; } 
  
Public ReadOnly Property ResponseHeaders As Dictionary(Of String,String) 
public: 
property Dictionary<String^,String^>^ ResponseHeaders { 
   Dictionary<String^,String^>^ get(); 
} 

Property Value

The response headers returned to the client.

Remarks

Use this collection to enumerate the headers returned to the client.

The headers are represented by a key/value pair of System.String

Example

For an example, refer to JpipServer.

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.Server Assembly

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