Click or drag to resize
HttpClientConfiguration Class
Represents the data that is common for a SIP Client.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesHttpClientConfiguration

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class HttpClientConfiguration

The HttpClientConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodHttpClientConfiguration
Top
Properties
  NameDescription
Public propertyFastResponseTimeout
How long to wait for a server response on every single network transaction. Default is 30
Public propertyLocalVideoResponseTimeout
Local video response timeout (in seconds) Wait LocalVideoResponseTimeout seconds for a local response to the incoming video request, then automatically deny the request. Default is 30
Public propertyResponseTimeout
How long to wait for a final server response on every outgoing call transaction (in seconds) Default is 33
Public propertySelectCodecBasedOnCallerPreferences
Controls whether the codec selection on the answerer side is done based on the codec preferences of the calling UA or the answering UA.By default, a common codec is selected based on the preferences of the calling UA. Default is true
Top
See Also