Click or drag to resize
PeerStatusEventPeer Property
Returns the name of the peer that registered. The peer's name starts with "IAX2/" if it is an IAX client or "SIP/" if it is a SIP client. It is followed by the username that is used for registration.
Sets the name of the peer that registered.

Namespace: AsterNET.Manager.Event
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Peer { get; set; }

Property Value

Type: String
See Also