C# 클래스 withSIX.Steam.Plugin.Arma.ServerKey

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( ServerKey other ) : bool
Equals ( [ obj ) : bool
GetHashCode ( ) : int
ServerKey ( uint ipAddress, ushort port ) : System.Net
ToIpAddress ( ) : IPAddress
ToIpEndpoint ( ) : IPEndPoint
ToString ( ) : string

비공개 메소드들

메소드 설명
ReverseBytes ( uint value ) : uint

메소드 상세

Equals() 공개 메소드

public Equals ( ServerKey other ) : bool
other ServerKey
리턴 bool

Equals() 공개 메소드

public Equals ( [ obj ) : bool
obj [
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ServerKey() 공개 메소드

public ServerKey ( uint ipAddress, ushort port ) : System.Net
ipAddress uint
port ushort
리턴 System.Net

ToIpAddress() 공개 메소드

public ToIpAddress ( ) : IPAddress
리턴 System.Net.IPAddress

ToIpEndpoint() 공개 메소드

public ToIpEndpoint ( ) : IPEndPoint
리턴 System.Net.IPEndPoint

ToString() 공개 메소드

public ToString ( ) : string
리턴 string