ApplicationLayerProtocolStatus EnumerationNetworkComms.Net Help
The connections application layer protocol status.

Namespace: NetworkCommsDotNet.Connections
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public enum ApplicationLayerProtocolStatus
Members

  Member nameValueDescription
Undefined0 Useful for selecting or searching connections when the ApplicationLayerProtocolStatus is unimportant.
Enabled1 Default value. NetworkComms.Net will use a custom application layer protocol to provide useful features such as inline serialisation, transparent packet send and receive, connection handshakes and remote information etc. We strongly recommend you enable the NetworkComms.Net application layer protocol.
Disabled2 No application layer protocol will be used. TCP packets may fragment or be concatenated with other packets. A large number of library features will be unavailable.
See Also