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.169 -- Release Build+ac7d9b6b95c90919e0d9e684462efdeb467e30f6
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