Contents

NetworkChannel

A base class supporting sending and recieving data through an arbitrary network channel.

Declaration

class NetworkChannel<ApplicationProtocol> where ApplicationProtocol : NetworkProtocolOptions

Overview

The interface exposed by this type (and any derived classes) is dependent on the generic ApplicationProtocol parameter.

Topics

Operators

Instance Properties

Instance Methods

Enumerations