Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetClientConnection ( ) : IClientConnection | ||
GetClientConnection ( IEnumerable |
||
GetClientConnection ( Protocol protocol ) : IClientConnection | ||
GetConnections ( IEnumerable |
||
GetConnections ( Protocol protocol ) : MockServerConnection>.Tuple |
||
GetServerConnection ( ) : |
||
GetServerConnection ( Protocol protocol ) : |
||
MockConnectionProvider ( IEnumerable |
||
MockConnectionProvider ( Protocol protocol ) : System | ||
Start ( MessageTypes types ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
Connect ( |
||
OnConnectionMade ( ConnectionMadeEventArgs e ) : void |
public GetClientConnection ( ) : IClientConnection | ||
return | IClientConnection |
public GetClientConnection ( IEnumerable |
||
protocols | IEnumerable |
|
return | IClientConnection |
public GetClientConnection ( Protocol protocol ) : IClientConnection | ||
protocol | Protocol | |
return | IClientConnection |
public GetConnections ( IEnumerable |
||
protocols | IEnumerable |
|
return | MockServerConnection>.Tuple |
public GetConnections ( Protocol protocol ) : MockServerConnection>.Tuple |
||
protocol | Protocol | |
return | MockServerConnection>.Tuple |
public GetServerConnection ( ) : |
||
return |
public GetServerConnection ( Protocol protocol ) : |
||
protocol | Protocol | |
return |
public MockConnectionProvider ( IEnumerable |
||
protocols | IEnumerable |
|
return | System |
public MockConnectionProvider ( Protocol protocol ) : System | ||
protocol | Protocol | |
return | System |