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.172 -- Release Build+53bbfd79fc08d9a32a0dc7304bc41abd1d26547a
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