Overload List

  Name Description
TerminateWithRedirection(RealTimeAddress)
Terminates an incoming session by redirecting the inviter with an address.
TerminateWithRedirection(IEnumerable < (Of < ( RealTimeAddress > ) > ) )
Terminates an incoming session by redirecting (with response code 302) the inviter with a list of addresses.
TerminateWithRedirection(Int32, IEnumerable < (Of < ( RealTimeAddress > ) > ) )
Terminates an incoming session by redirecting the inviter (with specific redirect response code given) with a list of addresses.

See Also