RasDialOptions Constructor (Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Initializes a new instance of the RasDialOptions class.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public RasDialOptions(
	bool usePrefixSuffix,
	bool pausedStates,
	bool setModemSpeaker,
	bool setSoftwareCompression,
	bool disableConnectedUI,
	bool disableReconnectUI,
	bool disableReconnect,
	bool noUser,
	bool router,
	bool customDial
)
Visual Basic
Public Sub New ( 
	usePrefixSuffix As Boolean,
	pausedStates As Boolean,
	setModemSpeaker As Boolean,
	setSoftwareCompression As Boolean,
	disableConnectedUI As Boolean,
	disableReconnectUI As Boolean,
	disableReconnect As Boolean,
	noUser As Boolean,
	router As Boolean,
	customDial As Boolean
)
Visual C++
public:
RasDialOptions(
	bool usePrefixSuffix, 
	bool pausedStates, 
	bool setModemSpeaker, 
	bool setSoftwareCompression, 
	bool disableConnectedUI, 
	bool disableReconnectUI, 
	bool disableReconnect, 
	bool noUser, 
	bool router, 
	bool customDial
)
F#
new : 
        usePrefixSuffix : bool * 
        pausedStates : bool * 
        setModemSpeaker : bool * 
        setSoftwareCompression : bool * 
        disableConnectedUI : bool * 
        disableReconnectUI : bool * 
        disableReconnect : bool * 
        noUser : bool * 
        router : bool * 
        customDial : bool -> RasDialOptions

Parameters

usePrefixSuffix
Type: System..::..Boolean
true if the prefix and suffix that is in the phone book should be used, otherwise false.
pausedStates
Type: System..::..Boolean
true if paused states should be accepted, otherwise false.
setModemSpeaker
Type: System..::..Boolean
true if the modem speaker should be set, otherwise false.
setSoftwareCompression
Type: System..::..Boolean
true if software compression should be set, otherwise false.
disableConnectedUI
Type: System..::..Boolean
true if the connected user interface should be disabled, otherwise false.
disableReconnectUI
Type: System..::..Boolean
true if the reconnect user interface should be disabled, otherwise false.
disableReconnect
Type: System..::..Boolean
true if reconnect should be disabled, otherwise false.
noUser
Type: System..::..Boolean
true if no user is present, otherwise false.
router
Type: System..::..Boolean
true if the connecting device is a router, otherwise false.
customDial
Type: System..::..Boolean
true if the connection should be dialed normally rather than calling the custom dial entry point of the custom dialer, otherwise false.

See Also