InviteHeadersContact Property |
Gets the value of the Contact header.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic SIPAddress Contact { get; set; }
Public Property Contact As SIPAddress
Get
Set
public:
property SIPAddress^ Contact {
SIPAddress^ get ();
void set (SIPAddress^ value);
}
member Contact : SIPAddress with get, set
Property Value
Type:
SIPAddress
See Also