WebSocketMessage Rfind Method C# API
Overload List

  NameDescription
Public methodRfind(ExtractionCursor, String)
Finds the specified text within this WebSocketMessage, starting from the end of the content,
Public methodRfind(ExtractionCursor, String, ActionType)
Finds the specified text within this WebSocketMessage, starting from the end of the content, and what action to take in case of failure.
Public methodRfind(ExtractionCursor, String, Boolean)
Finds the specified text within this WebSocketMessage, starting from the end of the content, and specifying whether the search will be case-sensitive.
Public methodRfind(ExtractionCursor, String, ActionType, Boolean)
Finds the specified text within this WebSocketMessage, starting from the end of the content, and specifying whether the search will be case-sensitive, and what action to take in case of failure.
Back to Top
See Also