C-DEngine 5.105

WebHeaderCollection..::..GetValues Method (String)

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

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string[] GetValues(
	string header
)
Public Function GetValues ( _
	header As String _
) As String()
public:
array<String^>^ GetValues(
	String^ header
)

Parameters

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

Return Value

An array of String that receives the header values if found; otherwise, nullNothingnullptra null reference (Nothing in Visual Basic).