avahi-sharp : Avahi Namespace
ServiceInfo

To be added.

public struct ServiceInfo


Remarks
To be added.
Members

See Also: Inherited members from ValueType.

Fields
Address
System.Net.IPAddress . To be added.
Domain
string . To be added.
Flags
LookupResultFlags . To be added.
HostName
string . To be added.
Name
string . To be added.
NetworkInterface
int . To be added.
Port
ushort . To be added.
Protocol
Protocol . To be added.
ServiceType
string . To be added.
Text
byte[][]. To be added.
Zero
static
ServiceInfo . To be added.
Member Details
NetworkInterface
public int NetworkInterface

To be added.

Remarks
To be added.

Protocol
public Protocol Protocol

To be added.

Remarks
To be added.

Domain
public string Domain

To be added.

Remarks
To be added.

ServiceType
public string ServiceType

To be added.

Remarks
To be added.

Name
public string Name

To be added.

Remarks
To be added.

HostName
public string HostName

To be added.

Remarks
To be added.

Address
public System.Net.IPAddress Address

To be added.

Remarks
To be added.

Port
public ushort Port

To be added.

Remarks
To be added.

Text
public byte[][] Text

To be added.

Remarks
To be added.

Zero
public static ServiceInfo Zero

To be added.

Remarks
To be added.

Flags
public LookupResultFlags Flags

To be added.

Remarks
To be added.