SocketWrench .NET Edition

InternetDialer.ScriptFile Property

Gets and sets the name of the script file for the current phonebook entry.

[Visual Basic]
Public Property ScriptFile As String
[C#]
public string ScriptFile {get; set;}

Property Value

A string which specifies the name of the script file.

Remarks

The ScriptFile property specifies the name of the login script used to establish a connection with the remote host. This property must be set to the full pathname of the script file. If a script file is not required, then this property should be set to an empty string.

See Also

InternetDialer Class | SocketTools Namespace