Click or drag to resize

Networking Class

Networking Utility Functions
Inheritance Hierarchy
SystemObject
  Baffa.UtilsNetworking

Namespace:  Baffa.Utils
Assembly:  CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class Networking

The Networking type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBase64Decode
Decode Base64 to String
Public methodStatic memberBase64Encode
Convert string to Base 64
Public methodStatic memberCheckFreePort
Check if port is free
Public methodStatic memberDeserializeObject
Deserialize Object
Public methodStatic memberGetCurrentIp
Get Current IP
Public methodStatic memberGetIpEntry
Get IP Host Entry object
Public methodStatic memberGetTcpClientState
Get TCP Client State
Public methodStatic memberSerializeObject
Serialize Object
Public methodStatic memberShowActiveTcpConnections
Show/Print Active TCP Connections
Public methodStatic memberShowActiveUdpListeners
Show/Print UDP Listeners
Public methodStatic memberShowTcpClientConnection
Show/Print TCP Client Connections
Top
See Also