2 writes to receiveHandler
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpSocketReceiveManager.cs (2)
38this.receiveHandler = receiveHandler; 62this.receiveHandler = handler;
5 references to receiveHandler
System.ServiceModel.Channels (5)
System\ServiceModel\Channels\UdpSocketReceiveManager.cs (5)
60Fx.Assert(handler.MaxReceivedMessageSize == this.receiveHandler.MaxReceivedMessageSize, "new receive handler's max message size doesn't match"); 218continueReceiving = this.receiveHandler.HandleDataReceived(messageBytes, state.RemoteEndPoint, state.Socket.InterfaceIndex, this.onMessageDequeued); 280return this.receiveHandler.HandleDataReceived(messageBytes, state.RemoteEndPoint, state.Socket.InterfaceIndex, this.onMessageDequeued); 315this.receiveHandler.HandleAsyncException(ex); 343this.receiveHandler.HandleAsyncException(ex);