WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

HttpResponseExtension..::..TryGet Method

Tries the get the values stored in a header.

Namespace:  System.Net
Assembly:  Walter (in Walter.dll)

Syntax


public static bool TryGet(
	this Nullable<WebHeaderCollection> collection,
	string name,
	out Nullable<string>[] values
)

Parameters

collection
Type: Nullable<(Of <(<'WebHeaderCollection>)>)>
The collection.
name
Type: String
The name.
values
Type: array<Nullable<(Of <(<'String>)>)>>[]()[][]%
The values.

Return Value

true if XXXX, false otherwise.