ServerResponse::Write Method

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Owin
Assembly:  Microsoft.AspNet.SignalR.Owin (in Microsoft.AspNet.SignalR.Owin.dll)

public:
virtual void Write(
	ArraySegment<unsigned char> data
) sealed

Parameters

data
Type: System::ArraySegment<Byte>

Implements

IResponse::Write(ArraySegment<Byte>)
Show: