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)Dim address As String Dim transportProtocol As SipTransportProtocol Dim authenticationType As SipNotificationAuthenticationProtocols Dim instance As New SipServer(address, transportProtocol, authenticationType)Public Sub New ( _ address As String, _ transportProtocol As SipTransportProtocol, _ authenticationType As SipNotificationAuthenticationProtocols _ )public SipServer ( string address, SipTransportProtocol transportProtocol, SipNotificationAuthenticationProtocols authenticationType )public: SipServer ( String^ address, SipTransportProtocol transportProtocol, SipNotificationAuthenticationProtocols authenticationType )public SipServer ( String address, SipTransportProtocol transportProtocol, SipNotificationAuthenticationProtocols authenticationType )public function SipServer ( address : String, transportProtocol : SipTransportProtocol, authenticationType : SipNotificationAuthenticationProtocols )ParametersaddressThe address of the SIP server.transportProtocolThe transport protocol used to send notifications to the SIP server.authenticationTypeThe type of authentication the SIP server uses to identify the notification source.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim address As String Dim transportProtocol As SipTransportProtocol Dim authenticationType As SipNotificationAuthenticationProtocols Dim instance As New SipServer(address, transportProtocol, authenticationType)Public Sub New ( _ address As String, _ transportProtocol As SipTransportProtocol, _ authenticationType As SipNotificationAuthenticationProtocols _ )public SipServer ( string address, SipTransportProtocol transportProtocol, SipNotificationAuthenticationProtocols authenticationType )public: SipServer ( String^ address, SipTransportProtocol transportProtocol, SipNotificationAuthenticationProtocols authenticationType )public SipServer ( String address, SipTransportProtocol transportProtocol, SipNotificationAuthenticationProtocols authenticationType )public function SipServer ( address : String, transportProtocol : SipTransportProtocol, authenticationType : SipNotificationAuthenticationProtocols )ParametersaddressThe address of the SIP server.transportProtocolThe transport protocol used to send notifications to the SIP server.authenticationTypeThe type of authentication the SIP server uses to identify the notification source.