C# Class SIL.FieldWorks.FDO.FDOTests.DummyLocalConnectedClient

Connects to a local db4o server on the specified port
Inheritance: IDisposable
Show file Open project: sillsdev/FieldWorks

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void

Closes the client connection.

DummyLocalConnectedClient ( int port ) : System

Protected Methods

Method Description
Dispose ( bool fDisposing ) : void

Method Details

Dispose() public method

Closes the client connection.
public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool fDisposing ) : void
fDisposing bool
return void

DummyLocalConnectedClient() public method

public DummyLocalConnectedClient ( int port ) : System
port int
return System