C# Class DeOps.Simulator.SimInstance

Mostra file Open project: swax/DeOps Class Usage Examples

Public Properties

Property Type Description
BytesRecvd ulong
BytesSent ulong
Context DeOpsContext
Index int
Internet InternetSim
LastPath string
Name string
NatTable bool>.Dictionary
Ops List
RealFirewall FirewallType
RealIP System.Net.IPAddress
ThreadIndex int

Public Methods

Method Description
SimInstance ( InternetSim internet, int index ) : System

Method Details

SimInstance() public method

public SimInstance ( InternetSim internet, int index ) : System
internet InternetSim
index int
return System

Property Details

BytesRecvd public_oe property

public ulong BytesRecvd
return ulong

BytesSent public_oe property

public ulong BytesSent
return ulong

Context public_oe property

public DeOpsContext Context
return DeOpsContext

Index public_oe property

public int Index
return int

Internet public_oe property

public InternetSim,DeOps.Simulator Internet
return InternetSim

LastPath public_oe property

public string LastPath
return string

Name public_oe property

public string Name
return string

NatTable public_oe property

public Dictionary NatTable
return bool>.Dictionary

Ops public_oe property

public List Ops
return List

RealFirewall public_oe property

public FirewallType RealFirewall
return FirewallType

RealIP public_oe property

public IPAddress,System.Net RealIP
return System.Net.IPAddress

ThreadIndex public_oe property

public int ThreadIndex
return int