SipServer Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Administration::SipServer

[SerializableAttribute]
public ref class SipServer 

NameDescription
System_CAPS_pubmethodSipServer(String^, SipTransportProtocol, SipNotificationAuthenticationProtocols)

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

NameDescription
System_CAPS_pubpropertyAddress

Gets or sets the address of the SIP server.

System_CAPS_pubpropertyAuthenticationType

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

System_CAPS_pubpropertyPortNumber

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

System_CAPS_pubpropertyTransportProtocol

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

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

Return to top
Show: