C# Class Network_Manager.Jobs.Extensions.LoadBalancer.PhysicalWorker

Afficher le fichier Open project: SortByte/Network-Manager

Méthodes publiques

Свойство Type Description
Guid System.Guid
Initialized System.Threading.ManualResetEventSlim
Name string
ThreadActive System.Threading.ManualResetEventSlim
arpState int
communicator PacketCommunicator
dhcpClientId uint
dhcpId uint
dhcpServer byte[]
dhcpState int
fragBuffer FragmentationBuffer
fragments IList
gatewayHardwareAddress System.Net.MacAddress
gatewayHardwareAddressByte byte[]
gatewayHardwareAddressString string
gatewayProtocolAddress PcapDotNet.Packets.IpV4.IpV4Address
gatewayProtocolAddressByte byte[]
gatewayProtocolAddressString string
ifHardwareAddress System.Net.MacAddress
ifHardwareAddressByte byte[]
ifHardwareAddressString string
ifProtocolAddress PcapDotNet.Packets.IpV4.IpV4Address
ifProtocolAddressByte byte[]
ifProtocolAddressString string
ifProtocolMask PcapDotNet.Packets.IpV4.IpV4Address
ifProtocolMaskByte byte[]
ifProtocolMaskString string
offeredIp byte[]
ownProtocolAddress PcapDotNet.Packets.IpV4.IpV4Address
ownProtocolAddressByte byte[]
ownProtocolAddressString string
phyRoutingObject RoutingObject

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ConnectCallback ( IAsyncResult ar ) : void
DisconnectCallback ( IAsyncResult ar ) : void
PhysicalWorker ( System.Guid guid, string name, string ifMac, string ifIp, string ifMask, string gatewayMac, string gatewayIp ) : System
ReceiveCallback ( IAsyncResult ar ) : void
ReceivePackets ( ) : void
SendCallback ( IAsyncResult ar ) : void
SendData ( Packet packet, System.Guid guid ) : void
SendPacket ( Packet packet ) : void
Stop ( ) : void

Method Details

ConnectCallback() public méthode

public ConnectCallback ( IAsyncResult ar ) : void
ar IAsyncResult
Résultat void

DisconnectCallback() public méthode

public DisconnectCallback ( IAsyncResult ar ) : void
ar IAsyncResult
Résultat void

PhysicalWorker() public méthode

public PhysicalWorker ( System.Guid guid, string name, string ifMac, string ifIp, string ifMask, string gatewayMac, string gatewayIp ) : System
guid System.Guid
name string
ifMac string
ifIp string
ifMask string
gatewayMac string
gatewayIp string
Résultat System

ReceiveCallback() public méthode

public ReceiveCallback ( IAsyncResult ar ) : void
ar IAsyncResult
Résultat void

ReceivePackets() public méthode

public ReceivePackets ( ) : void
Résultat void

SendCallback() public méthode

public SendCallback ( IAsyncResult ar ) : void
ar IAsyncResult
Résultat void

SendData() public méthode

public SendData ( Packet packet, System.Guid guid ) : void
packet Packet
guid System.Guid
Résultat void

SendPacket() public méthode

public SendPacket ( Packet packet ) : void
packet Packet
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

Guid public_oe property

public Guid,System Guid
Résultat System.Guid

Initialized public_oe property

public ManualResetEventSlim,System.Threading Initialized
Résultat System.Threading.ManualResetEventSlim

Name public_oe property

public string Name
Résultat string

ThreadActive public_oe property

public ManualResetEventSlim,System.Threading ThreadActive
Résultat System.Threading.ManualResetEventSlim

arpState public_oe static_oe property

public static int arpState
Résultat int

communicator public_oe property

public PacketCommunicator communicator
Résultat PacketCommunicator

dhcpClientId public_oe static_oe property

public static uint dhcpClientId
Résultat uint

dhcpId public_oe static_oe property

public static uint dhcpId
Résultat uint

dhcpServer public_oe static_oe property

public static byte[] dhcpServer
Résultat byte[]

dhcpState public_oe static_oe property

public static int dhcpState
Résultat int

fragBuffer public_oe property

public FragmentationBuffer,Network_Manager.Jobs.Extensions fragBuffer
Résultat FragmentationBuffer

fragments public_oe property

public IList fragments
Résultat IList

gatewayHardwareAddress public_oe property

public MacAddress,System.Net gatewayHardwareAddress
Résultat System.Net.MacAddress

gatewayHardwareAddressByte public_oe property

public byte[] gatewayHardwareAddressByte
Résultat byte[]

gatewayHardwareAddressString public_oe property

public string gatewayHardwareAddressString
Résultat string

gatewayProtocolAddress public_oe property

public IpV4Address,PcapDotNet.Packets.IpV4 gatewayProtocolAddress
Résultat PcapDotNet.Packets.IpV4.IpV4Address

gatewayProtocolAddressByte public_oe property

public byte[] gatewayProtocolAddressByte
Résultat byte[]

gatewayProtocolAddressString public_oe property

public string gatewayProtocolAddressString
Résultat string

ifHardwareAddress public_oe property

public MacAddress,System.Net ifHardwareAddress
Résultat System.Net.MacAddress

ifHardwareAddressByte public_oe property

public byte[] ifHardwareAddressByte
Résultat byte[]

ifHardwareAddressString public_oe property

public string ifHardwareAddressString
Résultat string

ifProtocolAddress public_oe property

public IpV4Address,PcapDotNet.Packets.IpV4 ifProtocolAddress
Résultat PcapDotNet.Packets.IpV4.IpV4Address

ifProtocolAddressByte public_oe property

public byte[] ifProtocolAddressByte
Résultat byte[]

ifProtocolAddressString public_oe property

public string ifProtocolAddressString
Résultat string

ifProtocolMask public_oe property

public IpV4Address,PcapDotNet.Packets.IpV4 ifProtocolMask
Résultat PcapDotNet.Packets.IpV4.IpV4Address

ifProtocolMaskByte public_oe property

public byte[] ifProtocolMaskByte
Résultat byte[]

ifProtocolMaskString public_oe property

public string ifProtocolMaskString
Résultat string

offeredIp public_oe static_oe property

public static byte[] offeredIp
Résultat byte[]

ownProtocolAddress public_oe property

public IpV4Address,PcapDotNet.Packets.IpV4 ownProtocolAddress
Résultat PcapDotNet.Packets.IpV4.IpV4Address

ownProtocolAddressByte public_oe property

public byte[] ownProtocolAddressByte
Résultat byte[]

ownProtocolAddressString public_oe property

public string ownProtocolAddressString
Résultat string

phyRoutingObject public_oe property

public RoutingObject phyRoutingObject
Résultat RoutingObject