ToIpEndpoint() 공개 메소드

public ToIpEndpoint ( ) : IPEndPoint
리턴 System.Net.IPEndPoint
예제 #1
0
 public ArmaServerInfo(int index, ServerKey key) : base(key.ToIpEndpoint()) {
     Index = index;
     Key = key;
 }
예제 #2
0
 public ArmaServerInfo(int index, ServerKey key) : base(key.ToIpEndpoint())
 {
     Index = index;
     Key   = key;
 }