C# Class Shared.NetworkUtils

Contains a set of static utility methods for network calls
Mostra file Open project: jbouzaglou/PetPigeonsESB

Public Methods

Method Description
GetOwnIp ( ) : IPAddress
GetOwnIpString ( ) : string
GetRandomUnusedPort ( ) : int

Method Details

GetOwnIp() public static method

public static GetOwnIp ( ) : IPAddress
return System.Net.IPAddress

GetOwnIpString() public static method

public static GetOwnIpString ( ) : string
return string

GetRandomUnusedPort() public static method

public static GetRandomUnusedPort ( ) : int
return int