You are here: MessengerYouLike.IMSDK > IMSDK Reference > IMSDK Namespace > Classes > IMClient Class > IMClient Properties > IMClient.FileConnectionSpeed Property
MessengerYouLike
IMClient.FileConnectionSpeed Property

This Property is Used to Specify the Connection Speed for FileTransfer

C#
public IMClient.ConnectionSpeed FileConnectionSpeed;
Visual Basic
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
Copyright (c) 2007. All rights reserved.