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