Create a response PDU, optionally as a response to a Connect PDU, and validity checks the resultant PDU.
Overloaded CreateResponse with isResponseToConnect defaulted to false.
public ObexCreatedPdu CreateResponse(ObexResponseCode,ObexHeaderCollection,Stream);
Overloaded CreateResponse but using the shared buffer as returned by GetSendBuffer
public ObexCreatedPdu CreateResponse(bool,ObexResponseCode,ObexHeaderCollection,Stream);
Create a response PDU, optionally as a response to a Connect PDU, and validity checks the resultant PDU.
public ObexCreatedPdu CreateResponse(bool,byte[],ObexResponseCode,ObexHeaderCollection,Stream);
ObexPduFactory Class | Brecham.Obex.Pdus Namespace