SIPAccountOutboundProxy Property |
Gets the outbound address where the SIP messages will be sent.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic string OutboundProxy { get; set; }
Public Property OutboundProxy As String
Get
Set
public:
property String^ OutboundProxy {
String^ get ();
void set (String^ value);
}
member OutboundProxy : string with get, set
Property Value
Type:
String
See Also