CacheControlHeaderValue.PrivateHeaders Property
Gets {insert text here}.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public ReadOnly Property PrivateHeaders As ICollection(Of String)
Get
'Usage
Dim instance As CacheControlHeaderValue
Dim value As ICollection(Of String)
value = instance.PrivateHeaders
public ICollection<string> PrivateHeaders { get; }
public:
property ICollection<String^>^ PrivateHeaders {
ICollection<String^>^ get ();
}
member PrivateHeaders : ICollection<string>
function get PrivateHeaders () : ICollection<String>
Property Value
Type: System.Collections.Generic.ICollection<String>