| WebFormCallCallWebForm Method  | 
Calls the web form.
 
Namespace: com.softwarekey.Client.WebServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual bool CallWebForm()
Public Overridable Function CallWebForm As Boolean
public:
virtual bool CallWebForm()
Return Value
Type: 
BooleanReturns true if successful.  If false is returned, check the 
LastException and 
ProxyAuthenticationRequired properties for possible reasons why the call failed.
See Also