IResponse::Write Method

.NET Framework 4.5

Writes buffered data.

Namespace:  Microsoft.AspNet.SignalR.Hosting
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

void Write(
	ArraySegment<unsigned char> data
)

Parameters

data
Type: System::ArraySegment<Byte>
The data to write to the buffer.
Show: