LoadFromStream(Stream,Uri) Method
In This Topic
Loads the object from a specified stream, using a base URI for resolving relative URIs.
Syntax
'Declaration
Overloads Sub LoadFromStream( _
ByVal As Stream, _
ByVal As Uri _
)
void LoadFromStream(
Stream ,
Uri
)
Parameters
- s
- instance of the System.IO.Stream.
- baseUri
- The base URI for resolving relative URIs.
See Also