Get/Set the proxy server that will be used for messaging services
Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ProxyServer As HttpProxy |
| C# |
|---|
| public HttpProxy ProxyServer { get; set; } |
| C++ |
|---|
| public property HttpProxy ProxyServer sealed { HttpProxy get(); void set(HttpProxy value); } |
| J# |
|---|
| /** property */ public HttpProxy get_ProxyServer(); /** property */ public void set_ProxyServer(HttpProxy value); |
| JScript |
|---|
| public function get ProxyServer() : HttpProxy public function set ProxyServer(value : HttpProxy); |