-
Notifications
You must be signed in to change notification settings - Fork 2
NetworkGateway
Greg Kolinski edited this page Nov 28, 2017
·
3 revisions
public partial class NetworkGateway {
public string Application {get;set;}
public short ApplicationTimeOut {get;set;}
public string ApplicationLogFile {get;set;}
public short Frequency {get;set;}
public short MinimumPolling {get;set;}
public NetworkGatewayHandshake Handshake {get;set;}
public NetworkGatewayCommChannel CommChannel {get;set;}
public NetworkGatewayConnection Connection {get;set;}
}
- Application - String: The application for this gateway.
- ApplicationTimeOut - Short: The application timeout in seconds for this gateway application.
- ApplicationLogFile - String: The application log file location for this gateway.
- Frequency - Short: The gateway frequency for accessing this gateway in seconds.
- MinimumPolling - Short: The minimum gateway polling for this gateway in seconds.
- Handshake - Enum NetworkGatewayHandshake: A numeric value representing the network gateway handshake type.
- CommChannel) - Enum NetworkGatewayCommChannel: A numeric value representing the network gateway communication channel.
- Connection) - Enum NetworkGatewayConnection: A numeric value representing the network gateway connection type.
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