  | LogOnHandlerLogOn Method (String, String) | 
  
    Namespace: 
   Dynamicweb.Frontend
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic void LogOn(
	string username,
	string password
)
Public Sub LogOn ( 
	username As String,
	password As String
)
Parameters
- username
 - Type: SystemString
 - password
 - Type: SystemString
 
See Also