UrlParser Constructor (String, String, String, String, String, String, String, String) |
Initializes a new instance of the
UrlParser class
Namespace:
LSRetail.Omni.Domain.DataModel.Base
Assembly:
LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: Commerce Service for LS Central 2025.10
Syntaxpublic UrlParser(
string selectedSecurityStandard,
string computerName,
string webServiceInstance,
string port = "",
string company = "",
string page = "",
string tenant = "",
string otherSettings = ""
)
Parameters
- selectedSecurityStandard
- Type: SystemString
- computerName
- Type: SystemString
- webServiceInstance
- Type: SystemString
- port (Optional)
- Type: SystemString
- company (Optional)
- Type: SystemString
- page (Optional)
- Type: SystemString
- tenant (Optional)
- Type: SystemString
- otherSettings (Optional)
- Type: SystemString
See Also