Initiates a Put operation, returning a Stream that the consumer writes the content to.
Initiates a Put operation with the given collection metadata, returning a Stream that the consumer writes the content to.
public ObexPutStream Put(ObexHeaderCollection);
Initiates a Put operation with the given name, type, and length metadata, returning a Stream that the consumer writes the content to.
public ObexPutStream Put(string,string);
Initiates a Put operation with the given name, type, and length metadata, returning a Stream that the consumer writes the content to.
public ObexPutStream Put(string,string,long);
Initiates a Put operation with the given name, type, and length metadata, returning a Stream that the consumer writes the content to.
public ObexPutStream Put(string,string,uint);
ObexClientSession Class | Brecham.Obex Namespace