Overload List
| Name | Description | |
|---|---|---|
|  | Find(ExtractionCursor, String) | 
             Finds the specified text within this WebSocketMessage.
              | 
|  | Find(ExtractionCursor, String, ActionType) | 
             Finds the specified text within this WebSocketMessage,
             and what action to take in case of failure.
              | 
|  | Find(ExtractionCursor, String, Boolean) | 
             Finds the specified text within this WebSocketMessage,
             specifying whether the search will be case-sensitive.
              | 
|  | Find(ExtractionCursor, String, ActionType, Boolean) | 
             Finds the specified text within this WebSocketMessage,
             specifying whether the search will be case-sensitive,
             and what action to take in case of failure.
              | 
See Also