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

ObexClientSession.PutFrom Method

Put the contents of the given Stream to the peer.

Overload List

Put the contents of the given Stream to the peer, with the given collection of metadata.

public void PutFrom(Stream,ObexHeaderCollection);

Put the contents of the given Stream to the peer, with the given name and type metadata.

public void PutFrom(Stream,string,string);

Put the contents of the given Stream to the peer, with the given name, type, and length metadata.

public void PutFrom(Stream,string,string,long);

Put the contents of the given Stream to the peer, with the given name, type, and length metadata.

public void PutFrom(Stream,string,string,uint);

See Also

ObexClientSession Class | Brecham.Obex Namespace