Gets the specified object from the peer, and writes the content to the given Stream.
Gets the object identified by the given collection of metadata, and writes the content to the given Stream.
public void GetTo(Stream,ObexHeaderCollection);
Gets the object identified by the given Name, and Type metadata, and writes the content to the given Stream.
public void GetTo(Stream,string,string);
ObexClientSession Class | Brecham.Obex Namespace