C# Class Helios.FsCheck.Tests.Channels.Sockets.Models.TcpClientSocketModel

显示文件 Open project: helios-io/helios Class Usage Examples

Public Methods

Method Description
ReceiveMessages ( ) : TcpClientSocketModel
ResetMessages ( ) : TcpClientSocketModel
SetChannel ( IChannel self ) : TcpClientSocketModel
SetState ( ConnectionState newState ) : TcpClientSocketModel
TcpClientSocketModel ( ) : System.Collections.Generic
TcpClientSocketModel ( IChannel self ) : System.Collections.Generic
TcpClientSocketModel ( IChannel self, IReadOnlyList lastWrittenMessages, IReadOnlyList lastReceivedMessages, ConnectionState state ) : System.Collections.Generic
WriteMessages ( ) : TcpClientSocketModel

Method Details

ReceiveMessages() public method

public ReceiveMessages ( ) : TcpClientSocketModel
return TcpClientSocketModel

ResetMessages() public method

public ResetMessages ( ) : TcpClientSocketModel
return TcpClientSocketModel

SetChannel() public method

public SetChannel ( IChannel self ) : TcpClientSocketModel
self IChannel
return TcpClientSocketModel

SetState() public method

public SetState ( ConnectionState newState ) : TcpClientSocketModel
newState ConnectionState
return TcpClientSocketModel

TcpClientSocketModel() public method

public TcpClientSocketModel ( ) : System.Collections.Generic
return System.Collections.Generic

TcpClientSocketModel() public method

public TcpClientSocketModel ( IChannel self ) : System.Collections.Generic
self IChannel
return System.Collections.Generic

TcpClientSocketModel() public method

public TcpClientSocketModel ( IChannel self, IReadOnlyList lastWrittenMessages, IReadOnlyList lastReceivedMessages, ConnectionState state ) : System.Collections.Generic
self IChannel
lastWrittenMessages IReadOnlyList
lastReceivedMessages IReadOnlyList
state ConnectionState
return System.Collections.Generic

WriteMessages() public method

public WriteMessages ( ) : TcpClientSocketModel
return TcpClientSocketModel