RedirectProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Waf3;
new RedirectProperty {
object Keepalive = null,
object KeepaliveRequests = null,
object KeepaliveTimeout = null,
object ReadTimeout = null,
object RequestHeaders = null,
object WriteTimeout = null,
object XffHeaderMode = null,
object XffHeaders = null,
object XffProto = null
};
Properties
| Name | Type | Description |
|---|---|---|
Keepalive |
object |
No description. |
KeepaliveRequests |
object |
No description. |
KeepaliveTimeout |
object |
No description. |
ReadTimeout |
object |
No description. |
RequestHeaders |
object |
No description. |
WriteTimeout |
object |
No description. |
XffHeaderMode |
object |
No description. |
XffHeaders |
object |
No description. |
XffProto |
object |
No description. |
KeepaliveOptional
public object Keepalive { get; set; }
- Type: object
KeepaliveRequestsOptional
public object KeepaliveRequests { get; set; }
- Type: object
KeepaliveTimeoutOptional
public object KeepaliveTimeout { get; set; }
- Type: object
ReadTimeoutOptional
public object ReadTimeout { get; set; }
- Type: object
RequestHeadersOptional
public object RequestHeaders { get; set; }
- Type: object
WriteTimeoutOptional
public object WriteTimeout { get; set; }
- Type: object
XffHeaderModeOptional
public object XffHeaderMode { get; set; }
- Type: object
XffHeadersOptional
public object XffHeaders { get; set; }
- Type: object
XffProtoOptional
public object XffProto { get; set; }
- Type: object