SipServer Constructor (String, SipTransportProtocol, SipNotificationAuthenticationProtocols)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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
'Usage
Dim address As String
Dim transportProtocol As SipTransportProtocol
Dim authenticationType As SipNotificationAuthenticationProtocols
Dim instance As New SipServer(address, transportProtocol, authenticationType)
Syntax
'Declaration
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
)
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 Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
SipServer Class
SipServer Members
Microsoft.EnterpriseManagement.Administration Namespace