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 Function Enumerate () As IEnumerable(Of SseItem(Of T))
Public Iterator Function Enumerate () As IEnumerable(Of SseItem(Of T))
Returns
Exceptions
The parser has already been enumerated. Such an exception may propagate out of a call to MoveNext().