







We've parsed a new header.
Namespace:
HttpServer
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
protected void OnHeader( string name, string value ) |
Visual Basic (Declaration) |
---|
Protected Sub OnHeader ( _ name As String, _ value As String _ ) |
Visual C++ |
---|
protected: void OnHeader( String^ name, String^ value ) |
Parameters
- name
- Type: System..::.String
Name in lower case
- value
- Type: System..::.String
Value, unmodified.
Exceptions
Exception | Condition |
---|---|
HttpServer.Exceptions..::.BadRequestException | If content length cannot be parsed. |