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 Dictionary<string,string> ResponseHeaders {get;}
get_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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2