DnssdServiceInstance.Weight 属性

定义

获取或设置分配给此服务实例的权重值,如 RFC 2782 中定义。 客户端使用 Weight 值在 优先级值相同的 服务器之间进行选择。

public:
 property unsigned short Weight { unsigned short get(); void set(unsigned short value); };
uint16_t Weight();

void Weight(uint16_t value);
public ushort Weight { get; set; }
var uInt16 = dnssdServiceInstance.weight;
dnssdServiceInstance.weight = uInt16;
Public Property Weight As UShort

属性值

UInt16

unsigned short

uint16_t

此服务实例的权重值。 有关客户端如何使用此值的详细信息,请参阅 RFC 2782

适用于