IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Engine.Internal.ServerBase Class Reference

Summary description for ServerBase. More...

+ Inheritance diagram for NUnit.Engine.Internal.ServerBase:
+ Collaboration diagram for NUnit.Engine.Internal.ServerBase:

Protected Member Functions

 ServerBase ()
 
 ServerBase (string uri, int port)
 Constructor used to provide More...
 

Protected Attributes

string uri
 
int port
 

Private Attributes

TcpChannel channel
 
bool isMarshalled
 
object theLock = new object()
 

Detailed Description

Summary description for ServerBase.

Constructor & Destructor Documentation

NUnit.Engine.Internal.ServerBase.ServerBase ( )
inlineprotected
NUnit.Engine.Internal.ServerBase.ServerBase ( string  uri,
int  port 
)
inlineprotected

Constructor used to provide

Parameters
uri
port

Member Data Documentation

string NUnit.Engine.Internal.ServerBase.uri
protected
int NUnit.Engine.Internal.ServerBase.port
protected
TcpChannel NUnit.Engine.Internal.ServerBase.channel
private
bool NUnit.Engine.Internal.ServerBase.isMarshalled
private
object NUnit.Engine.Internal.ServerBase.theLock = new object()
private

The documentation for this class was generated from the following file: