Response GetClientVar Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Provides access to client state object which gets persisted as a cookie. Client states need to be used instead of cookies because of some HttpListener+Browser limitations that can not parse multiple cookies set into one Set-Cookie header

Namespace: NFX.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public string GetClientVar(
	string key
)

Return Value

Type: OnlineString
See Also