PeerContact Constructor (SerializationInfo^, StreamingContext)
.NET Framework (current version)
No public constructor is defined for this class.
Assembly: System.Net (in System.Net.dll)
protected:
[SecurityCriticalAttribute]
PeerContact(
SerializationInfo^ serializationInfo,
StreamingContext streamingContext
)
Parameters
- serializationInfo
-
Type:
System.Runtime.Serialization::SerializationInfo^
The SerializationInfo associated with the PeerContact.
- streamingContext
-
Type:
System.Runtime.Serialization::StreamingContext
The serialization destination associated with the PeerContact.
An instance of this object can be obtained from the GetContactCreateContact or FromXml methods.
.NET Framework
Available since 3.5
Available since 3.5
Show: