PeerPresenceInfo Class
Represents the presence information of a peer.
Assembly: System.Net (in System.Net.dll)
| Name | Description | |
|---|---|---|
![]() | PeerPresenceInfo() | Initializes a new default instance of a PeerPresenceInfo object. |
![]() | PeerPresenceInfo(PeerPresenceStatus, String^) | Initializes an instance of a PeerPresenceInfo object that includes a Unicode string describing the presence status the local peer. |
| Name | Description | |
|---|---|---|
![]() | DescriptiveText | Gets or sets a Unicode string further describing the presence status for the local peer. |
![]() | PresenceStatus | Gets or sets the presence status of the local peer. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The presence of a peer specifies a certain level of participation in a peer collaboration network, such as whether or not the peer has logged into or out of the peer collaboration network, or has set presence status to "Away".
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


