CSession.AccessType Property | |
The type of Internet session.
The default type is INTERNET_OPEN_TYPE_DIRECT.
The alternate type is INTERNET_OPEN_TYPE_PROXY.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY AccessType AS USUAL GET SET
public virtual Usual AccessType { get; set; }
Request Example
View SourceProperty Value
Type:
Usual
The type of Internet session.
The default type is INTERNET_OPEN_TYPE_DIRECT.
The alternate type is INTERNET_OPEN_TYPE_PROXY.
See Also