Skip to content

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

Name Type Description
ContextInputType object No description.
ContextPath object No description.
HttpPort object No description.
MaxThreads object No description.
ServerXml object No description.
UriEncoding object No description.
UseAdvancedServerXml object No description.
UseBodyEncoding object No description.
UseDefaultConfig object No description.

ContextInputTypeOptional

public object ContextInputType { get; set; }
  • Type: object

ContextPathOptional

public object ContextPath { get; set; }
  • Type: object

HttpPortOptional

public object HttpPort { get; set; }
  • Type: object

MaxThreadsOptional

public object MaxThreads { get; set; }
  • Type: object

ServerXmlOptional

public object ServerXml { get; set; }
  • Type: object

UriEncodingOptional

public object UriEncoding { get; set; }
  • Type: object

UseAdvancedServerXmlOptional

public object UseAdvancedServerXml { get; set; }
  • Type: object

UseBodyEncodingOptional

public object UseBodyEncoding { get; set; }
  • Type: object

UseDefaultConfigOptional

public object UseDefaultConfig { get; set; }
  • Type: object