|
RadiusClientProcessRequest Method
|
Send a request to the server and waits for a response back.
Namespace: GSF.Communication.RadiusAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.207-beta
Syntax function ProcessRequest(request);
View SourceParameters
- request RadiusPacket
- Request to be sent to the server.
Return Value
RadiusPacketResponse packet if a valid response is received from the server; otherwise Nothing.
See Also