SseParser<T>.Enumerate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an enumerable of the server-sent events from this parser.
public:
System::Collections::Generic::IEnumerable<System::Net::ServerSentEvents::SseItem<T>> ^ Enumerate();
public System.Collections.Generic.IEnumerable<System.Net.ServerSentEvents.SseItem<T>> Enumerate ();
member this.Enumerate : unit -> seq<System.Net.ServerSentEvents.SseItem<'T>>
Public Iterator Function Enumerate () As IEnumerable(Of SseItem(Of T))
Returns
IEnumerable<SseItem<T>>
Exceptions
The parser has already been enumerated. Such an exception may propagate out of a call to MoveNext().
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.