Flynet Viewer .NET Programmer's Reference

CheckKey Method (Static)

CheckKey Method (Static)

Previous topic Next topic  

CheckKey Method (Static)

Previous topic Next topic  

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.