Applies To: Operations Manager for System Center 2012
Initializes the SipServer class with the server's address, transport protocol, and authentication type.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public SipServer(
    string address,
    SipTransportProtocol transportProtocol,
    SipNotificationAuthenticationProtocols authenticationType
)
public:
SipServer(
    String^ address,
    SipTransportProtocol transportProtocol,
    SipNotificationAuthenticationProtocols authenticationType
)
new : 
        address:string *
        transportProtocol:SipTransportProtocol *
        authenticationType:SipNotificationAuthenticationProtocols -> SipServer
Public Sub New (
    address As String,
    transportProtocol As SipTransportProtocol,
    authenticationType As SipNotificationAuthenticationProtocols
)
Parameters
- address 
 Type: System.String- The address of the SIP server. 
- transportProtocol 
 Type: Microsoft.EnterpriseManagement.Administration.SipTransportProtocol- The transport protocol used to send notifications to the SIP server. 
- authenticationType 
 Type: Microsoft.EnterpriseManagement.Administration.SipNotificationAuthenticationProtocols- The type of authentication the SIP server uses to identify the notification source. 
See Also
SipServer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top