C# Class SimpleChat.NET.PeerData

Summary description for Form1.
Show file Open project: HQarroum/android-mdns Class Usage Examples

Public Properties

Property Type Description
Address System.Net.IPAddress
Domain String
InterfaceIndex int
Name String
Port int
Type String

Public Methods

Method Description
Equals ( object other ) : bool
GetHashCode ( ) : int
ToString ( ) : String

Method Details

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : String
return String

Property Details

Address public property

public IPAddress,System.Net Address
return System.Net.IPAddress

Domain public property

public String Domain
return String

InterfaceIndex public property

public int InterfaceIndex
return int

Name public property

public String Name
return String

Port public property

public int Port
return int

Type public property

public String Type
return String