Skip to content

HttpConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Slb;
new HttpConfigProperty {
    object ForwardPort = null,
    object ListenerForward = null
};

Properties

Name Type Description
ForwardPort object No description.
ListenerForward object No description.

ForwardPortOptional

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

ListenerForwardOptional

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