|
MessengerYouLike
|
|
This Property is Used to Specify the Connection Speed for FileTransfer
public IMClient.ConnectionSpeed FileConnectionSpeed;
Public Property FileConnectionSpeed() As IMClient.ConnectionSpeed
FileConnectionSpeed property Depends on the Enum IMSDK.IMClient.ConnectionSpeed
When file is Send it Uses this property to Determine how much baud with to use
Slower Connections Must Set this property to Dialup and so on.
[Visual Basic] 'Create a new IMClient Dim MC as new IMSDK.IMClient 'Set The FileConnectionSpeed MC.FileConnectionSpeed = IMSDK.IMClient.ConnectionSpeed.Broadband