Put the contents of the given Stream to the peer.
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);
ObexClientSession Class | Brecham.Obex Namespace