Share via


SipServer.TransportProtocol Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

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

Usage

'Usage
Dim instance As SipServer
Dim value As SipTransportProtocol

value = instance.TransportProtocol

instance.TransportProtocol = value

Syntax

'Declaration
Public Property TransportProtocol As SipTransportProtocol
public SipTransportProtocol TransportProtocol { get; set; }
public:
property SipTransportProtocol TransportProtocol {
    SipTransportProtocol get ();
    void set (SipTransportProtocol value);
}
/** @property */
public SipTransportProtocol get_TransportProtocol ()

/** @property */
public void set_TransportProtocol (SipTransportProtocol value)
public function get TransportProtocol () : SipTransportProtocol

public function set TransportProtocol (value : SipTransportProtocol)

Property Value

Returns aSipTransportProtocolvalue that contains the type of transport protocol used to send notifications to the SIP server.

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.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

SipServer Class
SipServer Members
Microsoft.EnterpriseManagement.Administration Namespace