Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
LiteralBasedProvider.NotifyUser Method (string, string, IDictionary)

Checks if a user is enabled to make Requests to the related Data Providers. The check is deferred to a simpler 2-arguments version of the method, where the httpHeader argument is discarded. Note that, for authentication purposes, only the user and password arguments should be consulted.

C++
public: void NotifyUser(string user, string password, IDictionary httpHeaders);
C#
public override void NotifyUser(string user, string password, IDictionary httpHeaders);
Visual Basic
Public override Function NotifyUser(user As string, password As string, httpHeaders As IDictionary) As void
Parameters 
Description 
string user 
A User name. 
string password 
An optional password. Not used. 
IDictionary httpHeaders 
An IDictionary-type value object that contains a name-value pair for each header found in the HTTP request that originated the call. Not used. 
Exceptions 
Description 
in case a list of User names has been configured and the supplied name does not belong to the list.