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

Leadtools.Jpip.Server Assembly