Click or drag to resize

RadiusPacketAttribute(AttributeType, IPAddress) Constructor

Initializes a new instance of the RadiusPacketAttribute class.

Namespace: GSF.Communication.Radius
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public RadiusPacketAttribute(
	AttributeType type,
	IPAddress value
)
View Source

Parameters

type  AttributeType
Type of the RadiusPacketAttribute.
value  IPAddress
IP address value of the RadiusPacketAttribute.
See Also