PeerNameRegistration Constructor ()

 

Initializes a new default instance of the PeerNameRegistration class.

Namespace:   System.Net.PeerToPeer
Assembly:  System.Net (in System.Net.dll)

public:
PeerNameRegistration()

Returns a new default instance of type PeerNameRegistration. It does not perform peer name registration during construction.

After instantiating an object with this constructor, the caller should populate the appropriate fields in the instance prior to calling Start or Stop.

.NET Framework
Available since 3.5
Return to top
Show: