PeerCollaboration::LocalEndPointName Property
.NET Framework (current version)
Gets or sets the name of the PeerEndPoint associated with the calling peer.
Assembly: System.Net (in System.Net.dll)
public: property String^ LocalEndPointName { [SecurityCriticalAttribute] static String^ get(); [SecurityCriticalAttribute] static void set(String^ value); }
Property Value
Type: System::String^String that contains the name associated with the calling peer's endpoint (provided as the Name property). The default value for this property is null.
| Exception | Condition |
|---|---|
| PeerToPeerException | Unable to set LocalEndPointName. |
Access to this property requires a PermissionState of Unrestricted. This state is created when the Peer collaboration session begins.
.NET Framework
Available since 3.5
Available since 3.5
Show: