Exemplo n.º 1
0
 public static MessageOutbound In(this TcpSocket tcpSocket, XmlOutboundMessageFactory xmlOutboundMessageFactory)
 {
     return(new MessageOutbound(tcpSocket, xmlOutboundMessageFactory));
 }
Exemplo n.º 2
0
 private MessageOutbound OutputConfiguration(TcpSocket tcpSocket, XmlOutboundMessageFactory xmlOutboundMessageFactory)
 {
     return(new MessageOutbound(tcpSocket, xmlOutboundMessageFactory));
 }
Exemplo n.º 3
0
 private MessageOutbound AndSendsThem(TcpSocket tcpSocket, XmlOutboundMessageFactory xmlOutboundMessageFactory)
 {
     return(new MessageOutbound(tcpSocket, xmlOutboundMessageFactory));
 }