ObexWebRequest(Uri, Stream) Constructor
[Advanced usage]
Create a new Obex request with the specified
Uri
and the open
Stream connection to an OBEX server.
Namespace: InTheHand.NetAssembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
public ObexWebRequest(
Uri requestUri,
Stream stream
)
Public Sub New (
requestUri As Uri,
stream As Stream
)
public:
ObexWebRequest(
Uri^ requestUri,
Stream^ stream
)
new :
requestUri : Uri *
stream : Stream -> ObexWebRequest
Parameters
- requestUri Uri
- [Advanced usage]
A url of the form
“scheme:///filename”,
“e.g. obex:///foo.txt”.
That is the host part is blank,
and the scheme and filename parts set as for the other constructor
ObexWebRequest(Uri)
- stream Stream
- An instance of Stream
already connected to an OBEX server.