ClientConfigurationProtocol Property |
Protocols used to access OSS (HTTP or HTTPS)
Namespace: Aliyun.OSS.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public Protocol Protocol { get; set; }
Public Property Protocol As Protocol
Get
Set
public:
property Protocol Protocol {
Protocol get ();
void set (Protocol value);
}
member Protocol : Protocol with get, set
Property Value
Type:
ProtocolSee Also