SipServer Class

 

Applies To: Operations Manager for System Center 2012

Represents a Session Initiation Protocol (SIP) server that sends outgoing SIP notifications.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Administration.SipServer

Syntax

[SerializableAttribute]
public class SipServer
[SerializableAttribute]
public ref class SipServer 
[<SerializableAttribute>]
type SipServer = class end
<SerializableAttribute>
Public Class SipServer

Constructors

Name Description
System_CAPS_pubmethod SipServer(String, SipTransportProtocol, SipNotificationAuthenticationProtocols)

Initializes the SipServer class with the server's address, transport protocol, and authentication type.

Properties

Name Description
System_CAPS_pubproperty Address

Gets or sets the address of the SIP server.

System_CAPS_pubproperty AuthenticationType

Gets or sets the authentication protocol the SIP server uses to identify the notification source.

System_CAPS_pubproperty PortNumber

Gets or sets the number of the port used to communicate with the SIP server.

System_CAPS_pubproperty TransportProtocol

Gets or sets the transport protocol used to send notifications to the SIP server.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

You can get or set the SIP server associated with a notification endpoint using the endpoint's PrimaryServer property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.EnterpriseManagement.Administration Namespace

Return to top