ltm rule event WS SERVER FRAME DONEΒΆ

iRule(1)						BIG-IP TMSH Manual						  iRule(1)

WS_SERVER_FRAME_DONE
       This event is raised to indicate the end of a Websocket frame received on server side.

DESCRIPTION
       This event is raised to indicate the end of a Websocket frame received from the server.

Examples
	when WS_SERVER_FRAME_DONE {
	    WS::disconnect 1000 "some random reason"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-12.1.0
	   --First introduced the event.

BIG-IP							    2022-04-12							  iRule(1)