Click or drag to resize
PortFinder Class
Inheritance Hierarchy
SystemObject
  StreamCoders.HelpersPortFinder

Namespace: StreamCoders.Helpers
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static class PortFinder

The PortFinder type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFindAvailablePort
Attempts to find a contiguous range of free local ports.
Public methodStatic memberIsLocalPortAvailable
Checks whether a particular local port is free.
Top
See Also