Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.StringThe address of the SIP server.
transportProtocol
Type: Microsoft.EnterpriseManagement.Administration.SipTransportProtocolThe transport protocol used to send notifications to the SIP server.
authenticationType
Type: Microsoft.EnterpriseManagement.Administration.SipNotificationAuthenticationProtocolsThe type of authentication the SIP server uses to identify the notification source.
See Also
SipServer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top