ServerResponse::ResponseHeaders Property

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Owin
Assembly:  Microsoft.AspNet.SignalR.Owin (in Microsoft.AspNet.SignalR.Owin.dll)

public:
property IDictionary<String^, array<String^>^>^ ResponseHeaders {
	IDictionary<String^, array<String^>^>^ get ();
}
Show: