PeerApplication Constructor (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Initializes a new instance of the PeerApplication type with the data required for serialization.
Assembly: System.Net (in System.Net.dll)
protected:
PeerApplication(
SerializationInfo^ serializationInfo,
StreamingContext streamingContext
)
Parameters
- serializationInfo
-
Type:
System.Runtime.Serialization::SerializationInfo^
The SerializationInfo associated with the PeerEndPoint.
- streamingContext
-
Type:
System.Runtime.Serialization::StreamingContext
The serialization destination associated with the PeerEndPoint.
Returns a PeerApplication object with a name fully qualified by the PeerName object within it.
The globally unique Id and PeerApplicationRegistrationType properties of this instance must be set before the application can successfully be registered.
.NET Framework
Available since 3.5
Available since 3.5
Show: