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 | |
---|---|---|
SipServer(String, SipTransportProtocol, SipNotificationAuthenticationProtocols) | Initializes the SipServer class with the server's address, transport protocol, and authentication type. |
Properties
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. |
Methods
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.) |
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