[ Version ( since = "2.68" ) ]
public void remove_websocket_extension (Type extension_type)
Removes support for WebSocket extension of type extension_type
(or any subclass of extension_type
) from
this.
You can also remove extensions enabled by default from the server at construct time by using the
SOUP_SERVER_REMOVE_WEBSOCKET_EXTENSION
property.
this |
a Server |
extension_type |
a Type |