←Select platform

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

Leadtools.Jpip.Server Assembly