-
Notifications
You must be signed in to change notification settings - Fork 20
proxy
moh-hassan edited this page Mar 16, 2024
·
2 revisions
Configuring server:
Use the option --proxy <server>:<port>
to configure your proxy server and port.
Example:
--proxy http://my.proxy.server:8888
Server should be prefixed by protocol http or https
Configuring user/password:
Use the option --proxy-user <user>:<password>
to enter proxy user /password separated by colon :
.
Example:
--proxy-user username:secret
If you are using Environment variable (eg PROXYPassword) to store both password , you can pass it like:
--proxy-user username:%PROXYPassword%
in Windows
--proxy-user username:$PROXYPassword
in Linux/MacOs
OS auto resolve these environment variables in the commandline and o2pgen read it.
- home
- Announcing V6.0.0
- Features
- Getting started with c# generation
- Http Connection
- Using Parameter file
- User Defined Attributes
- Controlling c# code generation
- Model Filter
- Enable Nullable Reference type of c# 8
- Class with Init-Only Properties (c# 9)
- Generating Constructor
- Record-Type (c# 9)
- Name Map
- Securing Password
- Using Proxy Server
- Using Plugin Attributes
- Developing with OData2Poco
- Examples in dotnetfiddle.net
- CommandLine-Reference
- AttributeExamples
- typescript generation
- Help Screen
- How to
- New Feature 4.2.1
Samples of generated code: