C# Equivalent to this VB.NET Code

  • Thread starter Thread starter Greyhound
  • Start date Start date
G

Greyhound

What is the C# equivalent?..,Thanks

Public Enum InetConnState
modem = &H1
lan = &H2
proxy = &H4
ras = &H10
offline = &H20
configured = &H40
End Enum
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top