Beispiel #1
0
 public void BeforeSendReply(ref Message reply, object correlationState)
 {
     if (WebPanel.BeforeSendReply != null)
     {
         WebPanel.BeforeSendReply(this, ref reply, correlationState);
     }
 }
Beispiel #2
0
            public object AfterReceiveRequest(ref Message request, IClientChannel channel, InstanceContext instanceContext)
            {
                if (WebPanel.AfterReceiveRequest != null)
                {
                    WebPanel.AfterReceiveRequest(this, ref request, channel, instanceContext);
                }

                return(null);
            }