Click or drag to resize

HttpUserConfigurationMediaAddressMode Property

Indicates the IP address type preference to use while transporting media for HTTP calls from a dual stack client network. Currently IPv4 and IPv6 are the valid options supported by Client SDK. IPv4Then6 and IPv6Then4 are internally treated as IPv4 and IPv6 respectively for HTTP calls.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public MediaAddressMode MediaAddressMode { get; set; }

Property Value

Type: MediaAddressMode
See Also