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