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

ObexClientSession.Get Method

Initiates a Get operation, returning a Stream that the consumer reads the content from.

Overload List

Initiates a Get operation with the given collection of metadata, returning a Stream that the consumer reads the content from.

public ObexGetStream Get(ObexHeaderCollection);

Initiates a Get operation with the given Name, and Type metadata, returning a Stream that the consumer reads the content from.

public ObexGetStream Get(string,string);

See Also

ObexClientSession Class | Brecham.Obex Namespace