コード例 #1
0
 /// <summary>
 /// Callback method invoked when the given messages have hit the network towards the Bayeux server.
 /// </summary>
 /// <remarks>
 /// The messages may not be modified, and any modification will be useless
 /// because the message have already been sent.
 /// </remarks>
 /// <param name="messages">The messages sent.</param>
 public virtual void OnSending(IMessage[] messages)
 {
     _session.OnSending(messages);
 }