PeerName::CreateRelativePeerName Method (PeerName^, String^)
.NET Framework (current version)
Creates a new PeerName by replacing the Classifier field defined on the supplied PeerName object with the specified classifier string value.
Assembly: System.Net (in System.Net.dll)
public: [SecurityCriticalAttribute] static PeerName^ CreateRelativePeerName( PeerName^ peerName, String^ classifier )
Parameters
- peerName
-
Type:
System.Net.PeerToPeer::PeerName^
The PeerName object on which to set the new classifier string value.
- classifier
-
Type:
System::String^
The Classifier to set on the returned PeerName.
Return Value
Type: System.Net.PeerToPeer::PeerName^The new PeerName object that contains the updated classifier.
| Exception | Condition |
|---|---|
| ArgumentException | The String provided is not a valid peer name classifier. |
| ArgumentNullException | One or more parameters are null. |
| PeerToPeerException | A PeerName could not be created from the supplied PeerHostName |
The Classifier is appended to the existing Authority portion of the PeerName. This string is no more than 149 characters long, including the null terminator. Specify null to return the peer name of the identity.
.NET Framework
Available since 3.5
Available since 3.5
Show: