| SIPShowPeerAction Constructor (String) |
Creates a new SIPShowPeerAction that requests the details about the given SIP peer.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SIPShowPeerAction(
string peer
)
Public Sub New (
peer As String
)
public:
SIPShowPeerAction(
String^ peer
)
new :
peer : string -> SIPShowPeerAction
Parameters
- peer
- Type: SystemString
[Missing <param name="peer"/> documentation for "M:AsterNET.Manager.Action.SIPShowPeerAction.#ctor(System.String)"]
See Also