OBEXConnectionBase.UseAsyncComm Property
Set to true to use asynchronous communication through socket.
[Visual Basic]
<DefaultValue(Value:=False), _
Description(Description:="Set to true to use asynchronous communication through socket.")>
Public Property UseAsyncComm As
Boolean
[C#]
[DefaultValue(Value=False)]
[Description(Description="Set to true to use asynchronous communication through socket.")]
public
bool UseAsyncComm {get; set;}
See Also
OBEXConnectionBase Class | BlueLibs.Components Namespace