Пример #1
0
 public static MessageOutbound In(this TcpSocket tcpSocket, XmlOutboundMessageFactory xmlOutboundMessageFactory)
 {
     return(new MessageOutbound(tcpSocket, xmlOutboundMessageFactory));
 }
Пример #2
0
 private MessageOutbound OutputConfiguration(TcpSocket tcpSocket, XmlOutboundMessageFactory xmlOutboundMessageFactory)
 {
     return(new MessageOutbound(tcpSocket, xmlOutboundMessageFactory));
 }
Пример #3
0
 private MessageOutbound AndSendsThem(TcpSocket tcpSocket, XmlOutboundMessageFactory xmlOutboundMessageFactory)
 {
     return(new MessageOutbound(tcpSocket, xmlOutboundMessageFactory));
 }