コード例 #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));
 }