Catalyst File Transfer .NET

InternetDialer.Blocking Property

Gets and sets the blocking state of the class.

[Visual Basic]
Public Property Blocking As Boolean
[C#]
public bool Blocking {get; set;}

Property Value

A boolean value which specifies the blocking state of the class.

Remarks

The Blocking property determines how the class establishes a dial-up connection. If set to true, the class will wait until a connection has been established or the connection attempt fails before returning control to the application. If set to false, the class will begin the connection process and return control immediately to the application. For a non-blocking connection, the application should monitor the OnStatus event to determine the progress of the connection attempt. The default value for this property is false.

See Also

InternetDialer Class | SocketTools Namespace