C-DEngine 5.105

WebHeaderCollection..::..Get Method (String)

Get the value of the header with the specified name in the collection.

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

Syntax


public string Get(
	string name
)
Public Function Get ( _
	name As String _
) As String
public:
String^ Get(
	String^ name
)

Parameters

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

Return Value

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