| RestResponseMessageHeaders Property |
Gets the headers on the response
Namespace:
RestSrvr.Message
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public NameValueCollection Headers { get; }
Public ReadOnly Property Headers As NameValueCollection
Get
public:
property NameValueCollection^ Headers {
NameValueCollection^ get ();
}
member Headers : NameValueCollection with get
Property Value
Type:
NameValueCollectionSee Also