Show/Hide Toolbars

Inventu Viewer+ .NET Programmer's Reference

Navigation: HostConnection Class > Methods

CheckKey Method (Static)

Scroll Prev Top Next More

Will check the sessionKey and return true if it is a valid key.  No HostConnection object is required to call this method, as it is a static method of the HostConnection class.

 

Boolean HostConnection.CheckKey(String sessionKey);

 

Arguments

 

HostConnection

Required. HostConnection class Reference (this is a static method, no HostConnection object need be created prior to calling this method

sessionKey

Required. The session key to check for validity.

 

Remarks

 

Returns the true if the sessionKey is for a valid, connected session.