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