Uri.ISerializable.GetObjectData Method (SerializationInfo, StreamingContext)
.NET Framework (current version)
Returns the data needed to serialize the current instance.
Assembly: System (in System.dll)
<SecurityPermissionAttribute(SecurityAction.LinkDemand, SerializationFormatter := True)> Private Sub GetObjectData ( serializationInfo As SerializationInfo, streamingContext As StreamingContext ) Implements ISerializable.GetObjectData
Parameters
- serializationInfo
-
Type:
System.Runtime.Serialization.SerializationInfo
A SerializationInfo object containing the information required to serialize the Uri.
- streamingContext
-
Type:
System.Runtime.Serialization.StreamingContext
A StreamingContext object containing the source and destination of the serialized stream associated with the Uri.
SecurityPermission
to use serialization methods. Associated enumeration: SerializationFormatter.
.NET Framework
Available since 1.1
Available since 1.1
Show: