Inheritance Hierarchy
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
The MockConnection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MockConnection |
Connection to a mock client during a unit test.
View code on GitHub |
Methods
Name | Description | |
---|---|---|
Connect | (Inherited from MockClient.) | |
Dispose | (Inherited from MockClient.) | |
Send | (Inherited from MockClient.) |
Fields
Name | Description | |
---|---|---|
server | (Inherited from MockClient.) |
Properties
Name | Description | |
---|---|---|
Client | ||
IsConnected | (Inherited from MockClient.) | |
LastReceivedMessage | (Inherited from MockClient.) | |
LastSentMessage | (Inherited from MockClient.) | |
TargetAddress | (Inherited from MockClient.) | |
UniqueID | (Inherited from MockClient.) |
Events
Name | Description | |
---|---|---|
Connected | (Inherited from MockClient.) | |
DataReceived | (Inherited from MockClient.) | |
DataSent | (Inherited from MockClient.) | |
Disconnected | (Inherited from MockClient.) |
See Also