Brecham.Obex — An OBEX library for the .NET Framework

ObexClientSession.GetTo Method

Gets the specified object from the peer, and writes the content to the given Stream.

Overload List

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);

See Also

ObexClientSession Class | Brecham.Obex Namespace