IBinaryWriter Interface

.NET Framework 4.5

Represents the base interface for class that has the ability to write raw binary data.

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

public interface class IBinaryWriter

The IBinaryWriter type exposes the following members.

  NameDescription
Public methodWriteWrites raw binary data to underlying stream.
Top
Show: