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.167 -- Release Build+528e823bf6bd0c5df281ead96b7b4f5bff9205dc
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