Click or drag to resize

HttpClientConfiguration Properties

The HttpClientConfiguration type exposes the following members.

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