WebContainerConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Edas;
new WebContainerConfigProperty {
object ContextInputType = null,
object ContextPath = null,
object HttpPort = null,
object MaxThreads = null,
object ServerXml = null,
object UriEncoding = null,
object UseAdvancedServerXml = null,
object UseBodyEncoding = null,
object UseDefaultConfig = null
};
Properties
ContextInputTypeOptional
public object ContextInputType { get; set; }
ContextPathOptional
public object ContextPath { get; set; }
HttpPortOptional
public object HttpPort { get; set; }
MaxThreadsOptional
public object MaxThreads { get; set; }
ServerXmlOptional
public object ServerXml { get; set; }
UriEncodingOptional
public object UriEncoding { get; set; }
UseAdvancedServerXmlOptional
public object UseAdvancedServerXml { get; set; }
UseBodyEncodingOptional
public object UseBodyEncoding { get; set; }
UseDefaultConfigOptional
public object UseDefaultConfig { get; set; }