CallEstablishOptions.MaximumEstablishTime 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.
Gets or sets a maximum call establishment time.
public:
property TimeSpan MaximumEstablishTime { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan MaximumEstablishTime { get; set; }
member this.MaximumEstablishTime : TimeSpan with get, set
Public Property MaximumEstablishTime As TimeSpan
Property Value
Exceptions
Thrown when a maximum call establishment time set is less than 1 minute or greater than 30 minutes.
Remarks
When a caller tries to establish a call, the remote party can keep sending provisional responses indefinitely. To protect against such rogue clients, the application can define a maximum establishment time. If the remote party has not sent a final response before the maximum establishment time, then the call will be terminated automatically.
By default, the maximum establishment time is 10 minutes.