Click or drag to resize

WebHeaderCollectionGetValues Method (String)

Gets an array of header values stored in the specified header.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public override string[] GetValues(
	string header
)

Parameters

header
Type: SystemString
A String that represents the name of the header to find.

Return Value

Type: String
An array of String that receives the header values if found; otherwise, .
See Also