티스토리 뷰

WPF

IP 할당(IPAddress)

NicSub 2019. 2. 25. 15:41
728x90
반응형

            Socket transferSock = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.IP);
            IPAddress[] ipadd = new IPAddress[1];
            ipadd[0] = IPAddress.Parse("192.168.0.2");

반응형

'WPF' 카테고리의 다른 글

WPF MetroChart 사용  (0) 2019.04.02
비동기 소켓 서버  (0) 2019.02.26
contentpresenter checkbox casting error  (0) 2018.12.18
DataGrid 선택된 셀 좌표  (0) 2018.12.11
SqlDataReader & SqlDataAdapter  (0) 2018.12.05
댓글