SipServer Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents a Session Initiation Protocol (SIP) server that sends outgoing SIP notifications.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
| Name | Description | |
|---|---|---|
![]() | SipServer(String^, SipTransportProtocol, SipNotificationAuthenticationProtocols) | Initializes the SipServer class with the server's address, transport protocol, and authentication type. |
| Name | Description | |
|---|---|---|
![]() | Address | Gets or sets the address of the SIP server. |
![]() | AuthenticationType | Gets or sets the authentication protocol the SIP server uses to identify the notification source. |
![]() | PortNumber | Gets or sets the number of the port used to communicate with the SIP server. |
![]() | TransportProtocol | Gets or sets the transport protocol used to send notifications to the SIP server. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


