C# Uri Uri(SerializationInfo, StreamingContext)
Description
Uri Uri(SerializationInfo, StreamingContext)
initializes
a new instance of the Uri class from the specified instances of the SerializationInfo
and StreamingContext classes.
Syntax
Uri.Uri(SerializationInfo, StreamingContext)
has the following syntax.
protected Uri(
SerializationInfo serializationInfo,
StreamingContext streamingContext
)
Parameters
Uri.Uri(SerializationInfo, StreamingContext)
has the following parameters.
serializationInfo
- An instance of the SerializationInfo class containing the information required to serialize the new Uri instance.streamingContext
- An instance of the StreamingContext class containing the source of the serialized stream associated with the new Uri instance.