SseEvent::TryParse Method

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Client.Transports.ServerSentEvents
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

public:
static bool TryParse(
	String^ line, 
	[OutAttribute] SseEvent^% sseEvent
)

Return Value

Type: System::Boolean
Show: