IP*Works! SSL V9 - Online Help
IP*Works! SSL V9
Questions / Feedback?

Characters Event

Fired for plain text segments of the input stream.

Syntax

[VB.NET]
Public Event OnCharacters As OnCharactersHandler
[C#]
public event OnCharactersHandler OnCharacters;

public delegate void OnCharactersHandler(object sender, JsonsCharactersEventArgs e);

class JsonsCharactersEventArgs : EventArgs {
  string Text {get;}  byte[] TextB {get;}
}

Remarks

The Characters event provides the plain text content of the JSON document (i.e. the text inside the elements). The text is provided through the Text parameter.

The text includes white space as well as end of line characters, except for ignorable whitespace which is fired through the IgnorableWhitespace event.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0