In The Hand
ObexWebRequest Constructor (requestUri, stream)
NamespacesInTheHand.NetObexWebRequestObexWebRequest(Uri, Stream)
.NET Components for Mobility
[Advanced usage] Create a new Obex request with the specified Uri and the open Stream connection to an OBEX server.
Declaration Syntax
C#Visual Basic
public ObexWebRequest(
	Uri requestUri,
	Stream stream
)
Public Sub New ( _
	requestUri As Uri, _
	stream As Stream _
)
Parameters
requestUri (Uri)
[Advanced usage] A url of the form “scheme:///filename”, “e.g. obex:///foo.txt”. That is the host part must be 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.

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0