C# 클래스 Shared.NetworkUtils

Contains a set of static utility methods for network calls
파일 보기 프로젝트 열기: jbouzaglou/PetPigeonsESB

공개 메소드들

메소드 설명
GetOwnIp ( ) : IPAddress
GetOwnIpString ( ) : string
GetRandomUnusedPort ( ) : int

메소드 상세

GetOwnIp() 공개 정적인 메소드

public static GetOwnIp ( ) : IPAddress
리턴 System.Net.IPAddress

GetOwnIpString() 공개 정적인 메소드

public static GetOwnIpString ( ) : string
리턴 string

GetRandomUnusedPort() 공개 정적인 메소드

public static GetRandomUnusedPort ( ) : int
리턴 int