PeerObject Constructor (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Initializes a new PeerObject instance with the associated parameters required for serialization.
Assembly: System.Net (in System.Net.dll)
protected:
PeerObject(
SerializationInfo^ serializationInfo,
StreamingContext streamingContext
)
Parameters
- serializationInfo
-
Type:
System.Runtime.Serialization::SerializationInfo^
The SerializationInfo associated with the PeerObject.
- streamingContext
-
Type:
System.Runtime.Serialization::StreamingContext
The serialization destination associated with the PeerObject.
.NET Framework
Available since 3.5
Available since 3.5
Show: