MockConnection ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  DeltaEngine.Networking.Mocks MockClient
    DeltaEngine.Networking.Mocks MockConnection

Namespace: DeltaEngine.Networking.Mocks
Assembly: DeltaEngine.Networking.Mocks (in DeltaEngine.Networking.Mocks.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class MockConnection : MockClient

The MockConnection type exposes the following members.

Constructors

  NameDescription
Public methodMockConnection
Connection to a mock client during a unit test. View code on GitHub
Top
Methods

  NameDescription
Public methodConnect (Inherited from MockClient.)
Public methodDispose (Inherited from MockClient.)
Public methodSend (Inherited from MockClient.)
Top
Fields

  NameDescription
Protected fieldserver (Inherited from MockClient.)
Top
Properties

  NameDescription
Public propertyClient
Public propertyIsConnected (Inherited from MockClient.)
Public propertyLastReceivedMessage (Inherited from MockClient.)
Public propertyLastSentMessage (Inherited from MockClient.)
Public propertyTargetAddress (Inherited from MockClient.)
Public propertyUniqueID (Inherited from MockClient.)
Top
Events

  NameDescription
Public eventConnected (Inherited from MockClient.)
Public eventDataReceived (Inherited from MockClient.)
Public eventDataSent (Inherited from MockClient.)
Public eventDisconnected (Inherited from MockClient.)
Top
See Also