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

ObexClientSession.Get Method (ObexHeaderCollection)

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

[Visual Basic]
Overloads Public Function Get( _
   ByVal headers As ObexHeaderCollection _
) As ObexGetStream
[C#]
public ObexGetStream Get(
   ObexHeaderCollection headers
);

Parameters

headers
[Advanced usage] A ObexHeaderCollection containing any metadata to be sent in the request for the content, such as Name, Type, Time etc. Any Connection Id will be added automatically.

Return Value

An instance of ObexGetStream connected to the peer server.

See Also

ObexClientSession Class | Brecham.Obex Namespace | ObexClientSession.Get Overload List