SipServer.TransportProtocol Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The authentication type of the server.
public:
property Microsoft::EnterpriseManagement::Administration::SipTransportProtocol TransportProtocol { Microsoft::EnterpriseManagement::Administration::SipTransportProtocol get(); void set(Microsoft::EnterpriseManagement::Administration::SipTransportProtocol value); };
public Microsoft.EnterpriseManagement.Administration.SipTransportProtocol TransportProtocol { get; set; }
member this.TransportProtocol : Microsoft.EnterpriseManagement.Administration.SipTransportProtocol with get, set
Public Property TransportProtocol As SipTransportProtocol
Property Value
Returns aSipTransportProtocolvalue that contains the type of transport protocol used to send notifications to the SIP server.
Exceptions
value not a valid enumeration value.