The connections application layer protocol status.
Namespace: NetworkCommsDotNet.ConnectionsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Undefined | 0 | Useful for selecting or searching connections when the ApplicationLayerProtocolStatus is unimportant. | |
Enabled | 1 | 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. | |
Disabled | 2 | 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