C# 클래스 WinLib.Network.NetworkInterface.IPHostAddress

파일 보기 프로젝트 열기: SortByte/Network-Manager

공개 프로퍼티들

프로퍼티 타입 설명
Address string
Subnet string

공개 메소드들

메소드 설명
IPHostAddress ( ) : System

to make the class serializable

IPHostAddress ( string ip, string subnet ) : System

메소드 상세

IPHostAddress() 공개 메소드

to make the class serializable
public IPHostAddress ( ) : System
리턴 System

IPHostAddress() 공개 메소드

public IPHostAddress ( string ip, string subnet ) : System
ip string
subnet string
리턴 System

프로퍼티 상세

Address 공개적으로 프로퍼티

public string Address
리턴 string

Subnet 공개적으로 프로퍼티

public string Subnet
리턴 string