IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

Header Type

An HTTP header as it is received from the server.

Remarks

When a header is received through a Header event, it is parsed into a Header type. This type contains a Field, and its corresponding Value.

Fields

Field
String

This field contains the name of the HTTP Header (same case as it is delivered).

Value
String

This field contains the Header contents.

Constructors

[VB.NET]
Public Header()

[C#]
public Header();



[VB.NET]
Public Header(ByVal Field As String, ByVal Value As String)

[C#]
public Header(string field, string value);



 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]