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. |
Keepalive
Optional
public object Keepalive { get; set; }
- Type: object
KeepaliveRequests
Optional
public object KeepaliveRequests { get; set; }
- Type: object
KeepaliveTimeout
Optional
public object KeepaliveTimeout { get; set; }
- Type: object
ReadTimeout
Optional
public object ReadTimeout { get; set; }
- Type: object
RequestHeaders
Optional
public object RequestHeaders { get; set; }
- Type: object
WriteTimeout
Optional
public object WriteTimeout { get; set; }
- Type: object
XffHeaderMode
Optional
public object XffHeaderMode { get; set; }
- Type: object
XffHeaders
Optional
public object XffHeaders { get; set; }
- Type: object
XffProto
Optional
public object XffProto { get; set; }
- Type: object