Lightstreamer .Net Adapter 1.7
|
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.
public: void NotifyUser(string user, string password, IDictionary httpHeaders);
public override void NotifyUser(string user, string password, IDictionary httpHeaders);
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. |