Click or drag to resize

RadiusClientProcessRequest Method

Send a request to the server and waits for a response back.

Namespace: GSF.Communication.Radius
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public RadiusPacket ProcessRequest(
	RadiusPacket request
)
View Source

Parameters

request  RadiusPacket
Request to be sent to the server.

Return Value

RadiusPacket
Response packet if a valid response is received from the server; otherwise Nothing.
See Also