IncomingInviteArgsProxyAuthHeader Property |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic ProxyAuthorization ProxyAuthHeader { get; set; }
Public Property ProxyAuthHeader As ProxyAuthorization
Get
Set
public:
property ProxyAuthorization^ ProxyAuthHeader {
ProxyAuthorization^ get ();
void set (ProxyAuthorization^ value);
}
member ProxyAuthHeader : ProxyAuthorization with get, set
Property Value
Type:
ProxyAuthorization
See Also