OBEXConnectionBase.CreateOBEXClientHandle Method
Descendants have to override this method to provide its specific OBEXClient or any descendant object
[Visual Basic]
Overridable Protected Function CreateOBEXClientHandle() As
OBEXClient
[C#]
protected virtual
OBEXClient CreateOBEXClientHandle();
Return Value
OBEXClient object that will handle connection.
See Also
OBEXConnectionBase Class | BlueLibs.Components Namespace