SocketWrench .NET Edition

InternetDialer.Callback Property

Specifies that the remote server should call the system back.

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

Property Value

A boolean value which specifies if the server should call the local system back.

Remarks

Setting the Callback property specifies that the server should call the user back at the telephone number specified by the CallbackNumber property. This property is ignored unless the user has "Set By Caller" callback permission on the server.

See Also

InternetDialer Class | SocketTools Namespace