BlueLibs documentation

OBEXClient.GetConnectionHeaders Method 

this method is called after response to the connect command is received by the class.

[Visual Basic]
Overridable Protected Sub GetConnectionHeaders( _
   ByVal ConnectResponse As OBEXConnectResponse _
)
[C#]
protected virtual void GetConnectionHeaders(
   OBEXConnectResponse ConnectResponse
);

Parameters

ConnectResponse
response from remote device

See Also

OBEXClient Class | BlueLibs.OBEX.Client Namespace