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)

Usage

Visual Basic
Dim address As String
Dim transportProtocol As SipTransportProtocol
Dim authenticationType As SipNotificationAuthenticationProtocols

Dim instance As New SipServer(address, transportProtocol, authenticationType)

Syntax

Visual Basic
Public Sub New ( _
		address As String, _
		transportProtocol As SipTransportProtocol, _
		authenticationType As SipNotificationAuthenticationProtocols _
)
C#
public SipServer (
		string address,
		SipTransportProtocol transportProtocol,
		SipNotificationAuthenticationProtocols authenticationType
)
C++
public:
SipServer (
		String^ address, 
		SipTransportProtocol transportProtocol, 
		SipNotificationAuthenticationProtocols authenticationType
)
J#
public SipServer (
		String address, 
		SipTransportProtocol transportProtocol, 
		SipNotificationAuthenticationProtocols authenticationType
)
JScript
public function SipServer (
		address : String, 
		transportProtocol : SipTransportProtocol, 
		authenticationType : SipNotificationAuthenticationProtocols
)

Parameters

address

The address of the SIP server.

transportProtocol

The transport protocol used to send notifications to the SIP server.

authenticationType

The type of authentication the SIP server uses to identify the notification source.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also