ClientConfigurationProxyPort Property |
获取或设置代理服务器的端口。
Namespace: Aliyun.OSS.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic int ProxyPort { get; set; }
Public Property ProxyPort As Integer
Get
Set
public:
property int ProxyPort {
int get ();
void set (int value);
}
member ProxyPort : int with get, set
Property Value
Type:
Int32
See Also