ltm rule command WS messageΒΆ

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



WS::message
       This command can be used to drop an entire Websocket message. Starting
       at a new Wesocket message, drop all frames until a frame with eom set
       is encountered.

SYNOPSIS
       WS::message ( 'drop' )

DESCRIPTION
       WS::message drop
	   Drop an entire Websocket message.

RETURN VALUE
VALID DURING
       WS_CLIENT_FRAME WS_SERVER_FRAME

EXAMPLES
	when WS_CLIENT_FRAME {
	    WS::message drop
	}
	when WS_SERVER_FRAME {
	    WS::message drop
	}

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



BIG-IP				  2017-01-31			      iRule(1)