SocketTools .NET Edition

PopClient.HeaderValue Property

Gets the value of the current header field.

[Visual Basic]
Public ReadOnly Property HeaderValue As String
[C#]
public string HeaderValue {get;}

Property Value

A string which specifies the value of the current header field.

Remarks

The HeaderValue property returns the value of the header field specified by the HeaderField property. This property can be used to obtain the value of any header in the current message.

See Also

PopClient Class | SocketTools Namespace