Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.7
|
Leadtools.Jpip.Server Namespace > ResponseSendingEventArgs Class : ResponseHeaders Property |
public Dictionary<string,string> ResponseHeaders {get;}
'Declaration Public ReadOnly Property ResponseHeaders As Dictionary(Of String,String)
'Usage Dim instance As ResponseSendingEventArgs Dim value As Dictionary(Of String,String) value = instance.ResponseHeaders
public: property Dictionary<String^,String^>^ ResponseHeaders { Dictionary<String^,String^>^ get(); }
Use this collection to enumerate the headers returned to the client.
The headers are represented by a key/value pair of System.String