WebSocketMessage Find Method C# API
Overload List

  NameDescription
Public methodFind(ExtractionCursor, String)
Finds the specified text within this WebSocketMessage.
Public methodFind(ExtractionCursor, String, ActionType)
Finds the specified text within this WebSocketMessage, and what action to take in case of failure.
Public methodFind(ExtractionCursor, String, Boolean)
Finds the specified text within this WebSocketMessage, specifying whether the search will be case-sensitive.
Public methodFind(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.
Back to Top
See Also