C# Class vortex.web.proto.CommandReply

Exibir arquivo Open project: PrismTech/vortex-web-csharp

Public Properties

Property Type Description
b ReplyBody
h Header

Public Methods

Method Description
CommandReply ( Header h, ReplyBody b ) : System

Method Details

CommandReply() public method

public CommandReply ( Header h, ReplyBody b ) : System
h Header
b ReplyBody
return System

Property Details

b public_oe property

public ReplyBody,vortex.web.proto b
return ReplyBody

h public_oe property

public Header,vortex.web.proto h
return Header