HttpRequestMessage.Properties Property
Gets a set of properties for the HTTP request.
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As IDictionary(Of String, Object)
Get
'Usage
Dim instance As HttpRequestMessage
Dim value As IDictionary(Of String, Object)
value = instance.Properties
public IDictionary<string, Object> Properties { get; }
public:
property IDictionary<String^, Object^>^ Properties {
IDictionary<String^, Object^>^ get ();
}
member Properties : IDictionary<string, Object>
function get Properties () : IDictionary<String, Object>
Property Value
Type: System.Collections.Generic.IDictionary<String, Object>