1 write to size
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocket.cs (1)
293this.size = size;
2 references to size
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpSocket.cs (2)
310throw FxTrace.Exception.AsError(ConvertNetworkError(socketException, this.size - this.offset, TransferDirection.Send, this.timeToLive)); 333completionException = ConvertNetworkError(socketException, thisPtr.size - thisPtr.offset, TransferDirection.Send, thisPtr.timeToLive);