CallFlowGraphProxy Property |
Gets or sets the DNS or IP address of an outbound proxy. If not proxy is in use, leave unassigned.
Namespace:
CallFlowFramework
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic string Proxy { get; set; }
public:
property String^ Proxy {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also