ResolveProgressChangedEventArgs Constructor (PeerNameRecord^, Object^)
.NET Framework (current version)
Initializes a new instance of the ResolveProgressChangedEventArgs class.
Assembly: System.Net (in System.Net.dll)
public:
ResolveProgressChangedEventArgs(
PeerNameRecord^ peerNameRecord,
Object^ userToken
)
Parameters
- peerNameRecord
-
Type:
System.Net.PeerToPeer::PeerNameRecord^
The PeerNameRecord object to be found.
- userToken
-
Type:
System::Object^
The unique user state object supplied when a ResolveAsync operation was started.
The resolved peer name is accessible via the PeerName property.
The user state is inherited from AsyncCompletedEventArgs.
.NET Framework
Available since 3.5
Available since 3.5
Show: