C# Class Apache.NMS.ActiveMQ.Transport.Tcp.TcpFaultyTransport

Inheritance: TcpTransport
Datei anzeigen Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

Method Description
Oneway ( Command command ) : void
TcpFaultyTransport ( Uri location, Socket socket, IWireFormat wireFormat ) : System

Method Details

Oneway() public method

public Oneway ( Command command ) : void
command Command
return void

TcpFaultyTransport() public method

public TcpFaultyTransport ( Uri location, Socket socket, IWireFormat wireFormat ) : System
location System.Uri
socket System.Net.Sockets.Socket
wireFormat IWireFormat
return System