







Headers sent by the client. All names are in lower case.
Namespace:
HttpServer
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public NameValueCollection Headers { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Headers As NameValueCollection |
Visual C++ |
---|
public: property NameValueCollection^ Headers { NameValueCollection^ get (); } |