Initiates a Get operation, returning a Stream that the consumer reads the content from.
Initiates a Get operation with the given collection of metadata, returning a Stream that the consumer reads the content from.
public ObexGetStream Get(ObexHeaderCollection);
Initiates a Get operation with the given Name, and Type metadata, returning a Stream that the consumer reads the content from.
public ObexGetStream Get(string,string);
ObexClientSession Class | Brecham.Obex Namespace