9 lines
104 B
Plaintext
9 lines
104 B
Plaintext
namespace CANFDApiProxy
|
|
{
|
|
public enum Protocol
|
|
{
|
|
http,
|
|
https
|
|
}
|
|
}
|