Contact entry that is used to route requests to registered endpoints. This data type can only be received as a parameter from SPL to the Dispatch handler.

Inheritance hierarchy

System . . :: . . Object
   Microsoft.Rtc.Sip . . :: . . ContactInfo

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Class 
ContactInfo
Visual Basic (usage)
Dim 
instance 
As 
ContactInfo
C#
public 
class 
ContactInfo

Thread safety

Any public static( Sharedin Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also