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

ObexClientSession.Put Method

Initiates a Put operation, returning a Stream that the consumer writes the content to.

Overload List

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

See Also

ObexClientSession Class | Brecham.Obex Namespace