ClientConfigurationProxyHost Property |
获取或设置代理服务器的地址。
Namespace: Aliyun.OSS.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic string ProxyHost { get; set; }
Public Property ProxyHost As String
Get
Set
public:
property String^ ProxyHost {
String^ get ();
void set (String^ value);
}
member ProxyHost : string with get, set
Property Value
Type:
String
See Also