C# Class InfinityMQ.Channels.Framing.Frame

Show file Open project: cbaxter/InfinityMQ Class Usage Examples

Public Methods

Method Description
Frame ( Byte raw ) : System
Frame ( FrameFlags flags, ArraySegment body ) : System

Method Details

Frame() public method

public Frame ( Byte raw ) : System
raw Byte
return System

Frame() public method

public Frame ( FrameFlags flags, ArraySegment body ) : System
flags FrameFlags
body ArraySegment
return System