Ejemplo n.º 1
0
		private IMessage DoReceive (IMessagingContext context, TimeSpan timeout,
									IsMatch matcher, bool ack)
		{
			return context.Receive (QRef, timeout, matcher, ack);
		}
Ejemplo n.º 2
0
 public SessionNegotiator(IMessagingContext messagingContext) : base(messagingContext)
 {
 }
Ejemplo n.º 3
0
 public MessageService(IMessagingContext messagingContext) : base(messagingContext)
 {
 }
Ejemplo n.º 4
0
 public TlsNegotiator(IMessagingContext messagingContext) : base(messagingContext)
 {
 }
Ejemplo n.º 5
0
 protected FeatureNegotiator(IMessagingContext messagingContext) : base(messagingContext)
 {
 }
Ejemplo n.º 6
0
 public RosterService(IMessagingContext messagingContext) : base(messagingContext)
 {
 }