OBEXConnectionBase.SendTimeout Property
Sets the timeout to use on send in milliseconds
[Visual Basic]
<DefaultValue(Value:=2000), _
Description(Description:="Sets the timeout to use on send")>
Public Property SendTimeout As
Integer
[C#]
[DefaultValue(Value=2000)]
[Description(Description="Sets the timeout to use on send")]
public
int SendTimeout {get; set;}
See Also
OBEXConnectionBase Class | BlueLibs.Components Namespace