Walter.Net.LookWhosTalking
TryGetTcpProcessRecords Method
Walter.Net.LookWhosTalking Assembly > Walter.Net.LookWhosTalking Namespace > TcpProcessRecordProcessExtensionClass Class : TryGetTcpProcessRecords Method
The image.
The connections if the process still exists and is communicating.
Tries to get the get TCP process records for a Process Image.
Syntax
public static bool TryGetTcpProcessRecords( 
   ProcessImage image,
   out IReadOnlyList<TcpProcessRecord> connections
)

Parameters

image
The image.
connections
The connections if the process still exists and is communicating.

Return Value

true if any connections are found, false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TcpProcessRecordProcessExtensionClass Class
TcpProcessRecordProcessExtensionClass Members