| ServiceClientConfigurationSectionProxyAddress Property |
Gets or sets the proxy address.
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string ProxyAddress { get; set; }
Public Property ProxyAddress As String
Get
Set
public:
property String^ ProxyAddress {
String^ get ();
void set (String^ value);
}
member ProxyAddress : string with get, set
Property Value
Type:
StringThe proxy address.
See Also