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