- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2
NetworkVPN
        Greg Kolinski edited this page Nov 28, 2017 
        ·
        4 revisions
      
    public partial class NetworkVPN {
        public string LocalTunnel {get;set;}
        public string RemoteTunnel {get;set;}
        public string[] EncryptionDomain {get;set;}
        public string SharedSecret {get;set;}
        public NetworkVPNEncryptionMethod EncryptionMethod {get;set;}
    }- LocalTunnel - String: The local tunnel for this VPN.
- RemoteTunnel - String: The remote tunnel for this VPN.
- EncryptionDomain - Array String: The Encryption Domain array for this VPN.
- SharedSecret - String: The Shared Secret for this VPN.
- EncryptionMethod - Enum NetworkVPNEncryptionMethod: A numeric value to represent the Encryption Method.
Getting Started
- Getting Started - Basics
- Getting Started - Extended Capabilities
- HTTP Connections
- Visual Studio SOAP Connections
- About ECGridOS and Loren Data Corp.
- Documentation & Nomenclature
- Using Web Services
- Networks & Mailboxes
- Users & Authorization Levels
- API Keys & Sessions
- Trading Partners & ECGridIDs
- Interconnects & Trading Partnerships
- Parcels, Interchanges & Mailbags
- Carbon Copies
ECGridOS API Calls
- API Calls - Full Definitions Available
- Asynchronous API Calls - Events
- Asynchronous API Calls - Task\Async\Await