Click or drag to resize
Mode Enumeration
Type of network operation that completed

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public enum Mode
Members
  Member nameValueDescription
Connect0 Connected to remote endpoint
Receive1 Packet received from remote endpoint
Send2 Packet sent to remote endpoint
IsConnectedCheck3 Internal
Accept4 An incoming connection from a remote endpoint was accepted. (Not valid under Silverlight)
See Also