| 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.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Peer { get; set; }
Public Property Peer As String
Get
Set
public:
property String^ Peer {
String^ get ();
void set (String^ value);
}
member Peer : string with get, set
Property Value
Type:
StringSee Also