mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
30 lines
427 B
Plaintext
30 lines
427 B
Plaintext
Network
|
|
=======
|
|
|
|
.. module:: windows.winobject.network
|
|
|
|
The :class:`Network` instance is accessible via :py:attr:`windows.system.network
|
|
<windows.winobject.system.System.network>`
|
|
|
|
.. note::
|
|
|
|
See sample :ref:`sample_network_exploration`
|
|
|
|
|
|
.. autoclass:: Network
|
|
|
|
Connections
|
|
"""""""""""
|
|
|
|
.. autoclass:: TCP4Connection
|
|
|
|
|
|
.. autoclass:: TCP6Connection
|
|
|
|
Firewall
|
|
""""""""
|
|
|
|
.. autoclass:: Firewall
|
|
|
|
|
|
.. autoclass:: FirewallRule |