RadiusClientProcessRequest Method

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

Definition

Namespace: Gemstone.Communication.Radius
Assembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.166 -- Release Build+cf6c7969c991a67c1664d1b8bd93f4fa9192fdb4
public RadiusPacket? ProcessRequest(
	RadiusPacket request
)

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