C# Class NetMQ.Tests.MockReceivingSocket

Inheritance: IReceivingSocket
显示文件 Open project: NetMQ/NetMQ3-x Class Usage Examples

Private Properties

Property Type Description
Receive void

Public Methods

Method Description
PushFrame ( [ frame ) : void
TryReceive ( Msg &msg, System.TimeSpan timeout ) : bool

Private Methods

Method Description
Receive ( Msg &msg, SendReceiveOptions options ) : void

Method Details

PushFrame() public method

public PushFrame ( [ frame ) : void
frame [
return void

TryReceive() public method

public TryReceive ( Msg &msg, System.TimeSpan timeout ) : bool
msg Msg
timeout System.TimeSpan
return bool